Обновить monitor.py

This commit is contained in:
mt77 2025-02-21 01:50:53 +05:00
parent 6b10654760
commit a1f23fbe35

View File

@ -6,8 +6,8 @@ requests.packages.urllib3.disable_warnings(InsecureRequestWarning) # insecure wa
domains = ['google.com', '127.0.0.1']
protocol = "https://"
token = "TOKEN_YOU_BOT" ### УДАЛИТЬ
chatid = YOU_CHAT_ID ### УДАЛИТЬ
token = "TOKEN_YOU_BOT"
chatid = YOU_CHAT_ID
timeout_domains = []
def CheckDomain(domain):