Private
Public Access
1
0

Merge branch 'release/v11.04'

This commit is contained in:
Sander Roosendaal
2020-02-16 22:16:47 +01:00

View File

@@ -94,6 +94,11 @@ def processattachment(rower, fileobj, title, uploadoptions,testing=False):
uploadoptions['file'] = 'media/'+filename
uploadoptions['title'] = title
try:
print("Stravaid ",uploadoptions['stravaid'])
except KeyError:
print("no Strava ID")
url = settings.UPLOAD_SERVICE_URL
if not testing: