Private
Public Access
1
0

coverage and test

This commit is contained in:
Sander Roosendaal
2021-05-18 08:34:06 +02:00
parent 44c13ebe24
commit 867825b607
2 changed files with 8 additions and 8 deletions

View File

@@ -2993,7 +2993,7 @@ def handle_c2_async_workout(alldata,userid,c2token,c2id,delaysec,defaulttimezone
verified = data['verified']
try:
startdatetime = iso8601.parse_date(data['date_utc'])
except:
except: # pragma: no cover
startdatetime = iso8601.parse_date(data['date'])
weightclass = data['weight_class']