correction bug
This commit is contained in:
parent
1a63a81555
commit
244cc1a716
@ -64,6 +64,7 @@ def main():
|
|||||||
fh.write(cjson.encode(store))
|
fh.write(cjson.encode(store))
|
||||||
fh.close()
|
fh.close()
|
||||||
|
|
||||||
|
to_save = ""
|
||||||
if not save :
|
if not save :
|
||||||
to_save = raw_input("Souhaitez vous sauvegarder la configuration sur Zephir ? (O/N) ")
|
to_save = raw_input("Souhaitez vous sauvegarder la configuration sur Zephir ? (O/N) ")
|
||||||
if to_save == "O":
|
if to_save == "O":
|
||||||
|
Loading…
Reference in New Issue
Block a user