Private
Public Access
1
0

Merge branch 'hotfix/v6.75'

This commit is contained in:
Sander Roosendaal
2018-05-27 11:12:51 +02:00
+2
View File
@@ -2819,6 +2819,8 @@ def interactive_flex_chart2(id=0,promember=0,
except KeyError:
rowdata['power'] = 50.
# replace nans
rowdata.fillna(value=0,inplace=True)
row = Workout.objects.get(id=id)
if rowdata.empty: