more debugging
This commit is contained in:
@@ -107,6 +107,7 @@ def processattachment(rower, fileobj, title, uploadoptions,testing=False):
|
|||||||
response_json = response.json()
|
response_json = response.json()
|
||||||
workoutid = [int(response_json['id'])]
|
workoutid = [int(response_json['id'])]
|
||||||
else:
|
else:
|
||||||
|
print(response.status_code,response.json())
|
||||||
workoutid = [0]
|
workoutid = [0]
|
||||||
|
|
||||||
# this is ugly and needs to be done better
|
# this is ugly and needs to be done better
|
||||||
|
|||||||
Reference in New Issue
Block a user