FAQ | This is a LIVE service | Changelog

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

Update log_in.py fix typo

delete erroneous spaces
parent e82b41de
No related branches found
No related tags found
No related merge requests found
......@@ -98,8 +98,8 @@ while True:
text_color=colours[n % 6])
# record the ID and the time to a file
with open(log_file_name,'at') as f:
f.write(identity + ',' + time.ctime() + '\n')
with open(log_file_name,'at') as f:
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