From 58be2ad68dcb2bb478d2ef4cb4739d52adde265d Mon Sep 17 00:00:00 2001 From: BarsTiger Date: Sat, 21 Aug 2021 15:31:30 +0300 Subject: [PATCH] Release 1.0 --- GTAwhatToBuy/GTAwhatToBuy.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/GTAwhatToBuy/GTAwhatToBuy.py b/GTAwhatToBuy/GTAwhatToBuy.py index ce4af57..0c52b10 100644 --- a/GTAwhatToBuy/GTAwhatToBuy.py +++ b/GTAwhatToBuy/GTAwhatToBuy.py @@ -451,6 +451,7 @@ while True: basewrite = open(basename, 'w+') json.dump(database, basewrite, indent=3, ensure_ascii=False) basewrite.close() + softcls() elif doing == menulist["baseoptions"][0]: print() @@ -582,6 +583,7 @@ while True: print("Ownbase file deleted") print() input("To go back to menu press Enter...") + softcls() elif doing == menulist["ownoptions"][1]: show = "Owned" @@ -589,6 +591,3 @@ while True: show = "Unowned" elif doing == menulist["ownoptions"][3]: show = "All" - - - softcls()