From d9734a759dbd03b8ac9c4591f3f39093bdd482ed Mon Sep 17 00:00:00 2001 From: Athanasius Date: Sat, 6 Mar 2021 12:48:24 +0000 Subject: [PATCH] Specify 'edmc' argument to argparse Else it complains that the Frontier Auth callback argument is an error. --- EDMarketConnector.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/EDMarketConnector.py b/EDMarketConnector.py index 05aedc8d..215de14e 100755 --- a/EDMarketConnector.py +++ b/EDMarketConnector.py @@ -60,6 +60,11 @@ if __name__ == '__main__': # noqa: C901 action='store_true' ) + parser.add_argument('edmc', + help='Callback from Frontier Auth', + nargs='*' + ) + args = parser.parse_args() if args.trace: