correction bug

This commit is contained in:
Matthieu Lamalle 2021-07-16 15:07:25 +02:00
parent 1a63a81555
commit 244cc1a716
1 changed files with 1 additions and 0 deletions

View File

@ -64,6 +64,7 @@ def main():
fh.write(cjson.encode(store))
fh.close()
to_save = ""
if not save :
to_save = raw_input("Souhaitez vous sauvegarder la configuration sur Zephir ? (O/N) ")
if to_save == "O":