Release 1.0
This commit is contained in:
@@ -451,6 +451,7 @@ while True:
|
|||||||
basewrite = open(basename, 'w+')
|
basewrite = open(basename, 'w+')
|
||||||
json.dump(database, basewrite, indent=3, ensure_ascii=False)
|
json.dump(database, basewrite, indent=3, ensure_ascii=False)
|
||||||
basewrite.close()
|
basewrite.close()
|
||||||
|
softcls()
|
||||||
|
|
||||||
elif doing == menulist["baseoptions"][0]:
|
elif doing == menulist["baseoptions"][0]:
|
||||||
print()
|
print()
|
||||||
@@ -582,6 +583,7 @@ while True:
|
|||||||
print("Ownbase file deleted")
|
print("Ownbase file deleted")
|
||||||
print()
|
print()
|
||||||
input("To go back to menu press Enter...")
|
input("To go back to menu press Enter...")
|
||||||
|
softcls()
|
||||||
|
|
||||||
elif doing == menulist["ownoptions"][1]:
|
elif doing == menulist["ownoptions"][1]:
|
||||||
show = "Owned"
|
show = "Owned"
|
||||||
@@ -589,6 +591,3 @@ while True:
|
|||||||
show = "Unowned"
|
show = "Unowned"
|
||||||
elif doing == menulist["ownoptions"][3]:
|
elif doing == menulist["ownoptions"][3]:
|
||||||
show = "All"
|
show = "All"
|
||||||
|
|
||||||
|
|
||||||
softcls()
|
|
||||||
|
|||||||
Reference in New Issue
Block a user