This reverts commit 580086b38e
This commit is contained in:
Laurent Crema
2026-01-04 17:24:11 +00:00
parent 580086b38e
commit 202975c8f6

View File

@@ -7,10 +7,10 @@ def send_request():
try:
print("Action triggered")
r = requests.post(
"https://192.168.15.119:5000/command/party/play",
"http://192.168.15.119:5000/command/party/play",
headers={
"Authorization": "Bearer 0eed89e8-7625-4f8d-bf2a-0872aede0efb"
},
}
)
r.close()
except Exception as ex: