Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions login.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]))
Expand Down