From 1218c29e54bb8560d6d2b3d010a94b14f0f17f45 Mon Sep 17 00:00:00 2001 From: vg Date: Fri, 27 Mar 2026 00:01:47 +0100 Subject: fix argument name --- gamechestcli/src/gamechest/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gamechestcli/src/gamechest/__main__.py b/gamechestcli/src/gamechest/__main__.py index ddb5247..b7f1efb 100755 --- a/gamechestcli/src/gamechest/__main__.py +++ b/gamechestcli/src/gamechest/__main__.py @@ -63,7 +63,7 @@ def main(): profile_id = args['--profile_id'] or config.get_profile_id() if not profile_id: print('profile_id must be not null', file=sys.stderr) - run.run(args[''], profile_id) + run.run(args['GAME_ID'], profile_id) elif args['set']: if args['--profile_id']: config.set_profile_id(args['--profile_id']) -- cgit v1.2.3