From f1c24b7e5c7eb56ba8757f422ccd5ecdc4ba3d9e Mon Sep 17 00:00:00 2001 From: quadrismegistus Date: Sat, 5 Sep 2020 23:42:02 +0100 Subject: [PATCH] updates --- komrade/backend/switchboard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/komrade/backend/switchboard.py b/komrade/backend/switchboard.py index 65f4a62..05a6be5 100644 --- a/komrade/backend/switchboard.py +++ b/komrade/backend/switchboard.py @@ -99,7 +99,7 @@ class TheSwitchboard(FlaskView, Logger): if not isBase64(msg): self.log('not valid input!') return OPERATOR_INTERCEPT_MESSAGE - encr_b64_str msg = msg + encr_b64_str = msg # first try to get from string to bytes self.log('incoming <--',encr_b64_str)