Merge branch 'release/v11.04'
This commit is contained in:
@@ -94,6 +94,11 @@ def processattachment(rower, fileobj, title, uploadoptions,testing=False):
|
|||||||
uploadoptions['file'] = 'media/'+filename
|
uploadoptions['file'] = 'media/'+filename
|
||||||
uploadoptions['title'] = title
|
uploadoptions['title'] = title
|
||||||
|
|
||||||
|
try:
|
||||||
|
print("Stravaid ",uploadoptions['stravaid'])
|
||||||
|
except KeyError:
|
||||||
|
print("no Strava ID")
|
||||||
|
|
||||||
|
|
||||||
url = settings.UPLOAD_SERVICE_URL
|
url = settings.UPLOAD_SERVICE_URL
|
||||||
if not testing:
|
if not testing:
|
||||||
|
|||||||
Reference in New Issue
Block a user