Merge branch 'develop' of bitbucket.org:sanderroosendaal/rowsandall into develop
This commit is contained in:
@@ -2076,7 +2076,7 @@ def leaflet_chart_compare(course,workoutids,labeldict={},startenddict={}):
|
|||||||
'time':time-time[0],
|
'time':time-time[0],
|
||||||
})
|
})
|
||||||
data.append(df)
|
data.append(df)
|
||||||
except Workout.DoesNotExist:
|
except (Workout.DoesNotExist,KeyError):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -450,6 +450,8 @@ def handle_check_race_course(self,
|
|||||||
t = time.localtime()
|
t = time.localtime()
|
||||||
timestamp = time.strftime('%b-%d-%Y_%H%M', t)
|
timestamp = time.strftime('%b-%d-%Y_%H%M', t)
|
||||||
f.write('\n')
|
f.write('\n')
|
||||||
|
f.write('Course id {n}, Record id {m}'.format(n=courseid,m=recordid))
|
||||||
|
f.write('\n')
|
||||||
f.write(timestamp)
|
f.write(timestamp)
|
||||||
f.write(' ')
|
f.write(' ')
|
||||||
f.write('Found {n} entrytimes'.format(n=len(entrytimes)))
|
f.write('Found {n} entrytimes'.format(n=len(entrytimes)))
|
||||||
|
|||||||
Reference in New Issue
Block a user