Private
Public Access
1
0

more debugging

This commit is contained in:
Sander Roosendaal
2020-02-16 22:28:32 +01:00
parent ad137b866c
commit 881db207db

View File

@@ -107,6 +107,7 @@ def processattachment(rower, fileobj, title, uploadoptions,testing=False):
response_json = response.json()
workoutid = [int(response_json['id'])]
else:
print(response.status_code,response.json())
workoutid = [0]
# this is ugly and needs to be done better