fixed
This commit is contained in:
@@ -95,7 +95,7 @@ def processattachment(rower, fileobj, title, uploadoptions,testing=False):
|
||||
uploadoptions['title'] = title
|
||||
|
||||
|
||||
url = "http://localhost:8000/rowers/workout/api/upload/"
|
||||
url = settings.UPLOAD_SERVICE_URL
|
||||
if not testing:
|
||||
response = requests.post(url,data=uploadoptions)
|
||||
if response.status_code == 200:
|
||||
|
||||
Reference in New Issue
Block a user