Private
Public Access
1
0

strava fix

This commit is contained in:
Sander Roosendaal
2020-07-14 20:06:17 +02:00
parent 3b96e224c9
commit 1a8010ad1b
2 changed files with 18 additions and 16 deletions

View File

@@ -608,7 +608,7 @@ def handle_check_race_course(self,
f.write(b'--- LOG of all gate times---')
for path,polygon in zip(paths,polygons):
( secs,meters,completed) = coursetime_paths(rowdata2,
( secs,meters,completed) = coursetime_paths(rowdata,
[path],polygons=[polygon],logfile=logfile)
with open(logfile,'ab') as f:
line = " time: {t} seconds, distance: {m} meters".format(t=secs,m=meters)