From 0d65adb77e55f1c46a3b32bf36ebed0c33351335 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Wed, 7 Dec 2022 20:10:41 +0000 Subject: [PATCH] EDMarketConnector: Tweak 'only developers in develop' message --- EDMarketConnector.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/EDMarketConnector.py b/EDMarketConnector.py index 96d7a59c..6ec96195 100755 --- a/EDMarketConnector.py +++ b/EDMarketConnector.py @@ -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: