From 0821d96352c875283a1054e1dc65433f68eb7551 Mon Sep 17 00:00:00 2001 From: Leon <62660101+Oreomeow@users.noreply.github.com> Date: Wed, 25 Aug 2021 01:16: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 ba6e4c6..d0343f8 100644 --- a/Scripts/py/EUserv_extend.py +++ b/Scripts/py/EUserv_extend.py @@ -249,7 +249,7 @@ def main_handler(event, context): check(sessid, s) time.sleep(5) - # 防止 config.sh TG_API_HOST == "" 的情况 + # 防止 config.sh export TG_API_HOST="" 的情况 global TG_API_HOST if TG_API_HOST == "": TG_API_HOST = 'api.telegram.org'