From e06277ea423b4fbd488fb9afc1dcad6d02dd2434 Mon Sep 17 00:00:00 2001 From: Laurent Date: Wed, 31 Dec 2025 00:16:22 +0100 Subject: [PATCH] I may be stupid --- esp32-wifi/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esp32-wifi/main.py b/esp32-wifi/main.py index 7b317eaf..ddfb96b9 100644 --- a/esp32-wifi/main.py +++ b/esp32-wifi/main.py @@ -7,7 +7,7 @@ def send_request(): try: print("Action triggered") r = requests.post( - "http://192.168.15.119/command/party/play", + "http://192.168.15.119:5000/command/party/play", headers={ "Authorization": "Bearer 0eed89e8-7625-4f8d-bf2a-0872aede0efb" }