Private
Public Access
1
0

bug fix runkeeper

This commit is contained in:
Sander Roosendaal
2020-04-14 20:39:14 +02:00
parent d2fb2274f4
commit bd2e15af60

View File

@@ -110,6 +110,7 @@ def get_workout(user,runkeeperid):
data = s.json()
except ValueError:
data = {}
return data,"Something went wrong with the workout import"
strokedata = pd.DataFrame.from_dict({
key: pd.Series(value) for key, value in data.items()