Skip to content

Commit

Permalink
Fix error introduced
Browse files Browse the repository at this point in the history
  • Loading branch information
plbrault committed Jun 9, 2024
1 parent 7faf9c0 commit ebf124f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/auto.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def parse_arguments():
name = 'Custom'
)

return args.filename, difficulty_level
return args.filename, difficulty


def compile_auto_script(source_file):
Expand Down

0 comments on commit ebf124f

Please sign in to comment.