nothing-unencr
quadrismegistus 4 years ago
parent aae156c709
commit d0fdacc447

@ -201,6 +201,7 @@ class Operator(Keymaker):
self.log(f'passed msg onto {embedded_recipient}, got this response: {response} ...')
# otherwise what are we doing?
else:
return msg_obj
raise KomradeException('No route, no embedded msg. What to do?')
# set this to be the new msg

@ -145,7 +145,7 @@ PATH_OPERATOR_WEB_CONTACTS_DIR = '/home/ryan/www/website-komrade/.contacts'
PATH_OPERATOR_WEB_CONTACT_OP_URL = f'http://{KOMRADE_URL}/.contacts/TheOperator.png'
PATH_OPERATOR_WEB_CONTACT_PH_URL = f'http://{KOMRADE_URL}/.contacts/TheTelephone.png'
PAUSE_LOGGER = True
PAUSE_LOGGER = False
# dangerous! leave on only if absolutely necessary for initial dev
ALLOW_CLEARNET = True

Loading…
Cancel
Save