From 8961d0401a3c0fa211be0f0cacae26c24a514c0e Mon Sep 17 00:00:00 2001 From: quadrismegistus Date: Mon, 14 Sep 2020 05:44:20 +0100 Subject: [PATCH] updates --- komrade/backend/komrades.py | 2 +- komrade/constants.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/komrade/backend/komrades.py b/komrade/backend/komrades.py index 0281ebb..a0db567 100644 --- a/komrade/backend/komrades.py +++ b/komrade/backend/komrades.py @@ -289,7 +289,7 @@ def test_register(): botname=f'marx{str(num).zfill(3)}' marxbot = Komrade(botname) # marxbot=Komrade() - marxbot.register(passphrase='spectre') + marxbot.register() diff --git a/komrade/constants.py b/komrade/constants.py index a90ba84..bef6808 100644 --- a/komrade/constants.py +++ b/komrade/constants.py @@ -157,8 +157,8 @@ DEFAULT_USER_SETTINGS = { SHOW_LOG = 1 SHOW_STATUS = 0 -PAUSE_LOGGER = 1 -CLEAR_LOGGER = 1 +PAUSE_LOGGER = 0 +CLEAR_LOGGER = 0 CLI_TITLE = 'KOMRADE' CLI_FONT = 'clr5x6'#'colossal'