printing strava id
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user