From cc1935ade841e44155cc2fbcb31751b2c98c9923 Mon Sep 17 00:00:00 2001 From: Leon <62660101+Oreomeow@users.noreply.github.com> Date: Wed, 25 Aug 2021 00:11:20 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Scripts/py/EUserv_extend.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/py/EUserv_extend.py b/Scripts/py/EUserv_extend.py index dca4087..34e6490 100644 --- a/Scripts/py/EUserv_extend.py +++ b/Scripts/py/EUserv_extend.py @@ -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)