From f5baf1602f1c5f1698bdc943df8aa326926fb823 Mon Sep 17 00:00:00 2001 From: Pavel Loginov Date: Sat, 29 Jan 2022 12:07:24 +0300 Subject: [PATCH] v5.4.0.0 Changelog: https://roxy-wi.org/changelog.py#5_4_0 --- app/funct.py | 1 - 1 file changed, 1 deletion(-) diff --git a/app/funct.py b/app/funct.py index 101ac4e1..86b46f88 100644 --- a/app/funct.py +++ b/app/funct.py @@ -239,7 +239,6 @@ def telegram_send_mess(mess, **kwargs): mess = " Can't send message. Add Telegram channel before use alerting at this servers group" print(mess) logging('localhost', mess, haproxywi=1) - sys.exit() if proxy is not None and proxy != '' and proxy != 'None': apihelper.proxy = {'https': proxy}