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/"