Private
Public Access
1
0

finishing c2 sync

This commit is contained in:
Sander Roosendaal
2021-05-12 09:28:00 +02:00
parent 4db0c20efa
commit ae87acc14b
3 changed files with 4 additions and 4 deletions

View File

@@ -3164,7 +3164,7 @@ def handle_c2_async_workout(alldata,userid,c2token,c2id,delaysec,defaulttimezone
try:
jsondata = json.load(c2blocked)
parkedids = jsondata['ids']
except JSONDecodeError:
except JSONDecodeError: # pragma: no cover
parkedids = []
newparkedids = [id for id in parkedids if id != newc2id]