From 29a6cc2137fdd8a82e2a3fd190ffce42d56d2826 Mon Sep 17 00:00:00 2001 From: BarsTiger Date: Sat, 21 Aug 2021 15:27:40 +0300 Subject: [PATCH] Fixed printing by owned\unowned --- GTAwhatToBuy/GTAwhatToBuy.py | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/GTAwhatToBuy/GTAwhatToBuy.py b/GTAwhatToBuy/GTAwhatToBuy.py index 2a8aee9..ce4af57 100644 --- a/GTAwhatToBuy/GTAwhatToBuy.py +++ b/GTAwhatToBuy/GTAwhatToBuy.py @@ -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()