keys-on-cli
quadrismegistus 4 years ago
parent 59fb9e1b31
commit 210485d96f

@ -188,7 +188,7 @@ class Operator(Keymaker):
msg_obj.decrypt()
# try route
if msg_obj.route
if msg_obj.route:
data,route = msg_obj.data, msg_obj.route
if hasattr(self,route) or route not in self.ROUTES:
raise KomradeException(f'Not a valid route!: {route}')

Loading…
Cancel
Save