Update main.py

updated addr
This commit is contained in:
2023-09-22 10:25:37 +00:00
parent 503dc607cc
commit 70edaeb871

View File

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