mirror of
https://github.com/jo1gi/grawlix.git
synced 2025-12-16 04:09:10 +00:00
Fix debug argument
It simply didn't work
This commit is contained in:
parent
f21c56873d
commit
143c2b4c61
@ -61,6 +61,7 @@ def parse_arguments() -> argparse.Namespace:
|
||||
parser.add_argument(
|
||||
'--debug',
|
||||
help = "Enable debug messages",
|
||||
dest = "debug"
|
||||
dest = "debug",
|
||||
action="store_true",
|
||||
)
|
||||
return parser.parse_args()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user