This commit is contained in:
Leon 2021-08-25 00:11:20 +08:00 committed by GitHub
parent ad8665fcd8
commit cc1935ade8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -199,7 +199,7 @@ def push_plus():
# Telegram Bot Push https://core.telegram.org/bots/api#authorizing-your-bot
def telegram():
if TG_API_HOST == "":
TG_API_HOST = "api.telegram.org"
TG_API_HOST = 'api.telegram.org'
data = (
('chat_id', TG_USER_ID),
('text', 'EUserv续费日志\n\n' + desp)