Skip to content

Commit

Permalink
v20231230
Browse files Browse the repository at this point in the history
  • Loading branch information
matebenyovszky committed Dec 30, 2023
1 parent cb909f6 commit 9bb8cb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def system_info():
if server_address and server_api_key:
try:
# Forward the request to the specified server address
response = requests.post(f"{server_address}/system_info", json={}, headers={"Authorization": server_api_key}, verify=True)
response = requests.post(f"{server_address}/system_info", json={}, headers={"Authorization": server_api_key}, verify=False)
response.raise_for_status()

# Return the JSON content and status code from the response
Expand Down

0 comments on commit 9bb8cb5

Please sign in to comment.