Skip to content

Commit

Permalink
Merge branch 'devel' into er_pca2dClass_merge_devel
Browse files Browse the repository at this point in the history
  • Loading branch information
albertmena authored Jun 4, 2024
2 parents c0640ae + 37585dd commit 673b342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/API.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def sendApiPOST(retCode: int = 0, xmippVersion :str = 'Unknow'):
url = API_URL.split("/", maxsplit=1)
path = f"/{url[1]}"
url = url[0]
conn = http.client.HTTPConnection(url, timeout=4)
conn = http.client.HTTPSConnection(url, timeout=4)

# Send the POST request
conn.request("POST", path, bodyParams, headers)
Expand Down

0 comments on commit 673b342

Please sign in to comment.