Private
Public Access
1
0

printing strava id

This commit is contained in:
Sander Roosendaal
2020-02-16 22:16:06 +01:00
parent 9880eb8dd4
commit 8dd9ed3dd1

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: