strava fix
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user