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