typo
This commit is contained in:
@@ -356,7 +356,8 @@ def async_get_workout(user,stravaid):
|
||||
try:
|
||||
token = strava_open(user)
|
||||
except NoTokenError:
|
||||
return 0
|
||||
return 0
|
||||
|
||||
csvfilename = 'media/{code}_{stravaid}.csv'.format(code=uuid4().hex[:16],stravaid=stravaid)
|
||||
job = myqueue(queue,
|
||||
fetch_strava_workout,
|
||||
|
||||
Reference in New Issue
Block a user