Private
Public Access
1
0
This commit is contained in:
Sander Roosendaal
2022-09-20 22:10:52 +02:00
parent f725be8892
commit 4d349816a5
3 changed files with 8 additions and 2 deletions

View File

@@ -3548,7 +3548,7 @@ def fetch_strava_workout(stravatoken, oauth_data, stravaid, csvfilename, userid,
try:
if 'summary_polyline' in workoutsummary['map'] and workouttype == 'rower': # pragma: no cover
workouttype = 'water'
except KeyError: # pragma: no cover
except (KeyError,TypeError): # pragma: no cover
pass
try: