2
0
mirror of https://github.com/ComradCollective/Comrad synced 2024-11-17 21:25:37 +00:00
This commit is contained in:
quadrismegistus 2020-09-05 23:19:50 +01:00
parent 595e0d43ac
commit 41d0e0afc0

View File

@ -96,6 +96,7 @@ class TheSwitchboard(FlaskView, Logger):
@route('/please/<encr_b64_str>')
def please(self,encr_b64_str=None):
return 'helloooooo?'
if not encr_b64_str: return OPERATOR_INTERCEPT_MESSAGE
if not isBase64(encr_b64_str): return OPERATOR_INTERCEPT_MESSAGE