correciton bug

This commit is contained in:
2021-07-16 15:05:43 +02:00
parent ebcb30f0ba
commit 1a63a81555
2 changed files with 59 additions and 1 deletions

View File

@ -71,7 +71,7 @@ def main():
output = os.popen(cmd)
res = output.read().strip()
output.close()
to_save = ""
if not save :
to_save = raw_input("Souhaitez vous sauvegarder la configuration sur Zephir ? (O/N) ")
if to_save == "O":