fix logging
This commit is contained in:
@@ -3720,7 +3720,6 @@ def handle_c2_async_workout(alldata, userid, c2token, c2id, delaysec,
|
||||
dologging('c2_import.log',
|
||||
'Upload API returned status code {code}'.format(
|
||||
code=response.status_code))
|
||||
dologging('c2_import.log',json.dumps(response.data))
|
||||
return 0
|
||||
|
||||
workoutid = response.json()['id']
|
||||
|
||||
Reference in New Issue
Block a user