bug fix
This commit is contained in:
@@ -1525,6 +1525,7 @@ def virtualevent_compare_view(request,id=0):
|
|||||||
workoutids = [result.workoutid for result in results]
|
workoutids = [result.workoutid for result in results]
|
||||||
|
|
||||||
startenddict = {}
|
startenddict = {}
|
||||||
|
if race.sessiontype == 'race':
|
||||||
for result in results:
|
for result in results:
|
||||||
startenddict[result.workoutid] = (result.startsecond,result.endsecond)
|
startenddict[result.workoutid] = (result.startsecond,result.endsecond)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user