diff options
Diffstat (limited to 'gamechestcli/src')
| -rwxr-xr-x | gamechestcli/src/gamechest/__main__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gamechestcli/src/gamechest/__main__.py b/gamechestcli/src/gamechest/__main__.py index b7f1efb..dcea550 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['GAME_ID'], profile_id) + run.run(args['GAME_ID'][0], profile_id) elif args['set']: if args['--profile_id']: config.set_profile_id(args['--profile_id']) |
