FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Unverified Commit e82b41de authored by Rob Thompson's avatar Rob Thompson Committed by GitHub
Browse files

Update log_in.py

parent 0b7412df
No related branches found
No related tags found
No related merge requests found
......@@ -99,7 +99,7 @@ while True:
# record the ID and the time to a file
with open(log_file_name,'at') as f:
f.write(identity + ',' + time.ctime() + '\n')
f.write(identity + ',' + time.ctime() + '\n')
# Finish up by removing from the screen
window.close()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment