🔨
This commit is contained in:
parent
ad8665fcd8
commit
cc1935ade8
@ -199,7 +199,7 @@ def push_plus():
|
|||||||
# Telegram Bot Push https://core.telegram.org/bots/api#authorizing-your-bot
|
# Telegram Bot Push https://core.telegram.org/bots/api#authorizing-your-bot
|
||||||
def telegram():
|
def telegram():
|
||||||
if TG_API_HOST == "":
|
if TG_API_HOST == "":
|
||||||
TG_API_HOST = "api.telegram.org"
|
TG_API_HOST = 'api.telegram.org'
|
||||||
data = (
|
data = (
|
||||||
('chat_id', TG_USER_ID),
|
('chat_id', TG_USER_ID),
|
||||||
('text', 'EUserv续费日志\n\n' + desp)
|
('text', 'EUserv续费日志\n\n' + desp)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user