Fixes (again)
This commit is contained in:
parent
02c2657569
commit
51a65a3a22
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
#!/usr/bin/python3
|
#!/usr/bin/python3
|
||||||
|
|
||||||
from os import system, argv
|
from os import system
|
||||||
|
from sys import argv
|
||||||
|
|
||||||
# Pass control to the actual script
|
# Pass control to the actual script
|
||||||
system(f"management/editconf.py {argv[1:]}")
|
system(f"management/editconf.py {argv[1:]}")
|
||||||
|
|
Loading…
Reference in a new issue