🔨
This commit is contained in:
parent
118dd43dc3
commit
0821d96352
@ -249,7 +249,7 @@ def main_handler(event, context):
|
|||||||
check(sessid, s)
|
check(sessid, s)
|
||||||
time.sleep(5)
|
time.sleep(5)
|
||||||
|
|
||||||
# 防止 config.sh TG_API_HOST == "" 的情况
|
# 防止 config.sh export TG_API_HOST="" 的情况
|
||||||
global TG_API_HOST
|
global TG_API_HOST
|
||||||
if TG_API_HOST == "":
|
if TG_API_HOST == "":
|
||||||
TG_API_HOST = 'api.telegram.org'
|
TG_API_HOST = 'api.telegram.org'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user