🔨修复 TG_API_HOST 问题
This commit is contained in:
parent
7b243908aa
commit
ad8665fcd8
@ -198,7 +198,7 @@ def push_plus():
|
|||||||
|
|
||||||
# Telegram Bot Push https://core.telegram.org/bots/api#authorizing-your-bot
|
# Telegram Bot Push https://core.telegram.org/bots/api#authorizing-your-bot
|
||||||
def telegram():
|
def telegram():
|
||||||
if TG_API_HOST == "" or TG_API_HOST == None:
|
if TG_API_HOST == "":
|
||||||
TG_API_HOST = "api.telegram.org"
|
TG_API_HOST = "api.telegram.org"
|
||||||
data = (
|
data = (
|
||||||
('chat_id', TG_USER_ID),
|
('chat_id', TG_USER_ID),
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user