1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-15 00:30:33 +03:00

EDMarketConnector: Tweak 'only developers in develop' message

This commit is contained in:
Athanasius 2022-12-07 20:10:41 +00:00
parent a69b271928
commit 0d65adb77e
No known key found for this signature in database
GPG Key ID: 772697E181BB2767

View File

@ -74,6 +74,9 @@ if __name__ == '__main__':
)
):
print("Why are you running the develop branch if you're not a developer?")
print("Please check https://github.com/EDCD/EDMarketConnector/wiki/Running-from-source#running-from-source")
print("You probably want the 'stable' branch.")
print("\n\rIf Athanasius or A_D asked you to run this, tell them about this message.")
sys.exit(-1)
except Exception: