mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-06-09 11:52:27 +03:00
Specify 'edmc' argument to argparse
Else it complains that the Frontier Auth callback argument is an error.
This commit is contained in:
parent
a532f38e2e
commit
d9734a759d
@ -60,6 +60,11 @@ if __name__ == '__main__': # noqa: C901
|
|||||||
action='store_true'
|
action='store_true'
|
||||||
)
|
)
|
||||||
|
|
||||||
|
parser.add_argument('edmc',
|
||||||
|
help='Callback from Frontier Auth',
|
||||||
|
nargs='*'
|
||||||
|
)
|
||||||
|
|
||||||
args = parser.parse_args()
|
args = parser.parse_args()
|
||||||
|
|
||||||
if args.trace:
|
if args.trace:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user