Fixed printing by owned\unowned

This commit is contained in:
BarsTiger
2021-08-21 15:27:40 +03:00
parent 1caabc7df3
commit 29a6cc2137

View File

@@ -581,13 +581,14 @@ while True:
print("All data from ownbase file moved to database file")
print("Ownbase file deleted")
print()
input("To go back to menu press Enter...")
elif doing == menulist["ownoptions"][1]:
show = "Owned"
elif doing == menulist["ownoptions"][2]:
show = "Unowned"
elif doing == menulist["ownoptions"][3]:
show = "All"
elif doing == menulist["ownoptions"][1]:
show = "Owned"
elif doing == menulist["ownoptions"][2]:
show = "Unowned"
elif doing == menulist["ownoptions"][3]:
show = "All"
input("To go back to menu press Enter...")
softcls()