FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 496c3e0d authored by Rob Thompson's avatar Rob Thompson
Browse files

Merge branch 'main' of https://github.com/rpt26/log_in

parents 6ef2eed7 24b8c3d6
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,6 @@ import os
log_file_name = '/home/msm-class/attendance_log.csv'
#ensure the expected header lines are there:
if not os.path.isfile(log_file_name):
with open(log_file_name,'wt') as f:
......
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