diff --git a/esp32-wifi/main.py b/esp32-wifi/main.py index ddfb96b9..9752df01 100644 --- a/esp32-wifi/main.py +++ b/esp32-wifi/main.py @@ -7,10 +7,10 @@ def send_request(): try: print("Action triggered") r = requests.post( - "http://192.168.15.119:5000/command/party/play", + "https://192.168.15.119:5000/command/party/play", headers={ "Authorization": "Bearer 0eed89e8-7625-4f8d-bf2a-0872aede0efb" - } + }, ) r.close() except Exception as ex: