From 70edaeb8712131b3867b1199e554a8ea200a683e Mon Sep 17 00:00:00 2001 From: jakub Date: Fri, 22 Sep 2023 10:25:37 +0000 Subject: [PATCH] Update main.py updated addr --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 7ced400..3d22123 100644 --- a/main.py +++ b/main.py @@ -1,6 +1,6 @@ import requests -BASE_URL = "http://home.zacekj.cz:8090" +BASE_URL = "https://sms.zacekj.cz" def send_sms(number, message, type, username, password): url = f"{BASE_URL}/send/"