This commit is contained in:
Leon 2021-08-25 01:16:20 +08:00 committed by GitHub
parent 118dd43dc3
commit 0821d96352
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'