bug fix map compare
This commit is contained in:
@@ -2076,7 +2076,7 @@ def leaflet_chart_compare(course,workoutids,labeldict={},startenddict={}):
|
||||
'time':time-time[0],
|
||||
})
|
||||
data.append(df)
|
||||
except Workout.DoesNotExist:
|
||||
except (Workout.DoesNotExist,KeyError):
|
||||
pass
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user