Working printing by owned\unowned

This commit is contained in:
BarsTiger
2021-08-21 15:25:52 +03:00
parent 343db989c4
commit 1caabc7df3

View File

@@ -582,6 +582,12 @@ while True:
print("Ownbase file deleted") print("Ownbase file deleted")
print() print()
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...") input("To go back to menu press Enter...")
softcls() softcls()