Skip to content
This repository has been archived by the owner on Dec 21, 2024. It is now read-only.

Commit

Permalink
cli: fix argument name
Browse files Browse the repository at this point in the history
  • Loading branch information
doctorixx committed Aug 6, 2024
1 parent 000d513 commit a5091c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skyline_wizard.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

def cli_mode(parsed):
filename = parsed.filename
username = parsed.nickname
username = parsed.username
year = parsed.year

if filename is None:
Expand Down

0 comments on commit a5091c2

Please sign in to comment.