coverage
This commit is contained in:
@@ -2827,7 +2827,7 @@ def handle_rp3_async_workout(userid,rp3token,rp3id,startdatetime,max_attempts,de
|
||||
|
||||
try:
|
||||
workout_download_details = pd.json_normalize(response.json()['data']['download'])
|
||||
except JSONDecodeError:
|
||||
except JSONDecodeError: # pragma: no cover
|
||||
return 0
|
||||
|
||||
if workout_download_details.iat[0,1] == 'ready':
|
||||
|
||||
Reference in New Issue
Block a user