Fixes (again)

このコミットが含まれているのは:
David Duque
2020-04-17 19:16:31 +01:00
コミット 51a65a3a22
+2 -1
ファイルの表示
@@ -1,6 +1,7 @@
#!/usr/bin/python3
from os import system, argv
from os import system
from sys import argv
# Pass control to the actual script
system(f"management/editconf.py {argv[1:]}")