From 1b2943307dde2e9c4400ae89931deb95e0e0317f Mon Sep 17 00:00:00 2001 From: nisha-yadav <33261743+nisha-yadav@users.noreply.github.com> Date: Tue, 31 Oct 2017 21:57:22 +0530 Subject: [PATCH] added ui --- GUI-BankSystem.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GUI-BankSystem.py b/GUI-BankSystem.py index 5a42512..78630e6 100644 --- a/GUI-BankSystem.py +++ b/GUI-BankSystem.py @@ -14,7 +14,7 @@ def check_acc_nmb(num): try: fpin=open(num+".txt",'r') except FileNotFoundError: - messagebox.showinfo("Error","Invalid Credentials!\nTry Again!") + messagebox.showinfo("Error!","Invalid Credentials!\nTry Again!") return 0 fpin.close() return @@ -336,4 +336,4 @@ def Main_Menu(): rootwn.mainloop() -Main_Menu() \ No newline at end of file +Main_Menu()