Update main.py
updated addr
This commit is contained in:
2
main.py
2
main.py
@@ -1,6 +1,6 @@
|
|||||||
import requests
|
import requests
|
||||||
|
|
||||||
BASE_URL = "http://home.zacekj.cz:8090"
|
BASE_URL = "https://sms.zacekj.cz"
|
||||||
|
|
||||||
def send_sms(number, message, type, username, password):
|
def send_sms(number, message, type, username, password):
|
||||||
url = f"{BASE_URL}/send/"
|
url = f"{BASE_URL}/send/"
|
||||||
|
|||||||
Reference in New Issue
Block a user