Private
Public Access
1
0

Merge branch 'hotfix/v3.19'

This commit is contained in:
Sander Roosendaal
2017-06-21 12:10:32 +02:00

View File

@@ -306,7 +306,7 @@ def workout_strava_upload(user,w):
res = -1
if (r.stravatoken == '') or (r.stravatoken is None):
s = "Token doesn't exist. Need to authorize"
raise StravaNoTokenError
raise StravaNoTokenError("Your hovercraft is full of eels")
else:
if (checkworkoutuser(user,w)):
try: