Skip to content

Commit

Permalink
Merge pull request #39 from lightly-ai/develop
Browse files Browse the repository at this point in the history
Hotfix Pre-Release v1.0.3
  • Loading branch information
IgorSusmelj authored Nov 13, 2020
2 parents 9ae1c4a + 1936099 commit 2e0883a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lightly/api/routes/users/docker/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def get_authorization(token: str,
'task_description': task_description,
}

response = requests.get(dst_url, params=payload, json=json)
response = requests.post(dst_url, params=payload, json=json)
status = response.status_code
return json, response.json(), status

Expand Down

0 comments on commit 2e0883a

Please sign in to comment.