This commit is contained in:
Leon 2021-08-25 00:37:34 +08:00 committed by GitHub
parent 5091113177
commit d598071894
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -249,6 +249,9 @@ def main_handler(event, context):
check(sessid, s)
time.sleep(5)
if TG_API_HOST == "":
TG_API_HOST = 'api.telegram.org'
# 五个通知渠道至少选取一个
SCKEY and server_chan()
COOL_PUSH_MODE and COOL_PUSH_SKEY and coolpush()