C2 message
This commit is contained in:
@@ -575,7 +575,7 @@ def workout_c2_upload(user,w):
|
|||||||
c2id = s['data']['id']
|
c2id = s['data']['id']
|
||||||
w.uploadedtoc2 = c2id
|
w.uploadedtoc2 = c2id
|
||||||
w.save()
|
w.save()
|
||||||
message = ""
|
message = "Upload to Concept2 was successful"
|
||||||
except:
|
except:
|
||||||
message = "Something went wrong in workout_c2_upload_view. Response code 200/201 but C2 sync failed: "+response.text
|
message = "Something went wrong in workout_c2_upload_view. Response code 200/201 but C2 sync failed: "+response.text
|
||||||
c2id = 0
|
c2id = 0
|
||||||
|
|||||||
Reference in New Issue
Block a user