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]))