diff --git a/Scripts/py/EUserv_extend.py b/Scripts/py/EUserv_extend.py index 07abc1b..dca4087 100644 --- a/Scripts/py/EUserv_extend.py +++ b/Scripts/py/EUserv_extend.py @@ -198,7 +198,7 @@ def push_plus(): # Telegram Bot Push https://core.telegram.org/bots/api#authorizing-your-bot def telegram(): - if TG_API_HOST == "" or TG_API_HOST == None: + if TG_API_HOST == "": TG_API_HOST = "api.telegram.org" data = ( ('chat_id', TG_USER_ID),