From 7c37dc68d9c7790fb046e27ebe482f4bb7403812 Mon Sep 17 00:00:00 2001 From: quadrismegistus Date: Sun, 6 Sep 2020 21:31:43 +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 127d6c3..57b4c63 100644 --- a/komrade/backend/switchboard.py +++ b/komrade/backend/switchboard.py @@ -69,7 +69,7 @@ class TheSwitchboard(FlaskView, Logger): # return 'Success! your message was: '+str(data) res = self.op.receive(data) return res - except Exception as e: + except AssertionError as e: self.log('got exception!!',e) return OPERATOR_INTERCEPT_MESSAGE