mirror of
https://github.com/ComradCollective/Comrad
synced 2024-11-16 00:12:48 +00:00
updates
This commit is contained in:
parent
39da8fc935
commit
722dfb3899
@ -88,7 +88,7 @@ class TheSwitchboard(FlaskView, Logger):
|
|||||||
encr_b = b64decode(encr_b64_b)
|
encr_b = b64decode(encr_b64_b)
|
||||||
self.log('encr_b',encr_b)
|
self.log('encr_b',encr_b)
|
||||||
return encr_b
|
return encr_b
|
||||||
except UnicodeDecodeError,binascii.Error:
|
except (UnicodeDecodeError,binascii.Error) as e:
|
||||||
return OPERATOR_INTERCEPT_MESSAGE
|
return OPERATOR_INTERCEPT_MESSAGE
|
||||||
|
|
||||||
if not encr_b64_str: return OPERATOR_INTERCEPT_MESSAGE
|
if not encr_b64_str: return OPERATOR_INTERCEPT_MESSAGE
|
||||||
|
Loading…
Reference in New Issue
Block a user