From 448078fe2b3eb975f58d053873844d7881eda6b3 Mon Sep 17 00:00:00 2001 From: Rishiraj Singh <31859163+rishicoder13@users.noreply.github.com> Date: Mon, 1 Oct 2018 21:56:44 +0530 Subject: [PATCH] Update login.py --- login.py | 1 + 1 file changed, 1 insertion(+) diff --git a/login.py b/login.py index cefc758..6fac891 100644 --- a/login.py +++ b/login.py @@ -17,6 +17,7 @@ f.close() close=input("We have update our records. Please reopen the programme for updates to apply..\n Press any key to terminate") exit() +#if user already does exit else: cred=line.split("#") print("Using saved details>>> Username: {} Password: {}".format(cred[1],cred[0]))