adding course and record id to validaiton log
This commit is contained in:
@@ -450,6 +450,8 @@ def handle_check_race_course(self,
|
||||
t = time.localtime()
|
||||
timestamp = time.strftime('%b-%d-%Y_%H%M', t)
|
||||
f.write('\n')
|
||||
f.write('Course id {n}, Record id {m}'.format(n=courseid,m=recordid))
|
||||
f.write('\n')
|
||||
f.write(timestamp)
|
||||
f.write(' ')
|
||||
f.write('Found {n} entrytimes'.format(n=len(entrytimes)))
|
||||
|
||||
Reference in New Issue
Block a user