알람전송오류
This commit is contained in:
parent
c94ca954dd
commit
19103b3226
|
|
@ -51,7 +51,7 @@ class AlertManager:
|
||||||
url = f"https://api.telegram.org/bot{TELEGRAM_BOT_TOKEN}/sendMessage"
|
url = f"https://api.telegram.org/bot{TELEGRAM_BOT_TOKEN}/sendMessage"
|
||||||
try:
|
try:
|
||||||
payload = {"chat_id": chat_id, "text": message}
|
payload = {"chat_id": chat_id, "text": message}
|
||||||
response = requests.post(url, json=payload, timeout=5)
|
response = requests.post(url, json=payload, timeout=15)
|
||||||
|
|
||||||
if response.status_code == 200:
|
if response.status_code == 200:
|
||||||
print(f" 🔔 텔레그램 알림 전송 성공")
|
print(f" 🔔 텔레그램 알림 전송 성공")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user