This commit is contained in:
Elliptic Ellipsis 2022-09-24 23:11:30 +01:00
parent 7f1e3d6737
commit 9bad4bf69f
1 changed files with 1 additions and 1 deletions

2
cli.py
View File

@ -179,7 +179,7 @@ def main() -> None:
args = parser.parse_args() args = parser.parse_args()
print(args) dprint(args)
global CONFIG global CONFIG
CONFIG = parse_config() CONFIG = parse_config()