operator-time
quadrismegistus 4 years ago
parent e0555a5df6
commit 7c37dc68d9

@ -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

Loading…
Cancel
Save