From cfeb2e9823e9898cabaa77e6d40d7857dc97b172 Mon Sep 17 00:00:00 2001 From: SantaSpeen Date: Tue, 18 Jul 2023 19:53:02 +0300 Subject: [PATCH] heartbeat fix --- src/core/core.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/core/core.py b/src/core/core.py index d405a8f..67d5bac 100644 --- a/src/core/core.py +++ b/src/core/core.py @@ -188,13 +188,12 @@ class Core: self.direct = True else: self.direct = True - if test: - self.log.error("Cannot auth...") - if not config.Auth['private']: - raise KeyboardInterrupt if test: # TODO: i18n + self.log.error("Cannot authenticate server.") self.log.info(f"Server still runnig, but only in Direct connect mode.") + # if not config.Auth['private']: + # raise KeyboardInterrupt if test: return ok