Private
Public Access
1
0
This commit is contained in:
Sander Roosendaal
2021-05-24 20:54:24 +02:00
parent 447284a5d9
commit 4839b64975
5 changed files with 4 additions and 4 deletions

View File

@@ -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':