Private
Public Access
1
0

bug fix map compare

This commit is contained in:
Sander Roosendaal
2020-06-29 15:20:41 +02:00
parent acca089682
commit d1c31c3b87

View File

@@ -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