2
0
mirror of https://github.com/ComradCollective/Comrad synced 2024-11-05 21:20:51 +00:00
This commit is contained in:
quadrismegistus 2020-09-14 21:37:29 +01:00
parent aac5a65a78
commit e8d5c406ff
2 changed files with 10 additions and 1 deletions

View File

@ -330,6 +330,15 @@ class TheOperator(Operator):
to_komrade = Komrade(pubkey=deliver_to)
from_komrade = Komrade(pubkey=deliver_from)
self.log(f'''Got:
data = {data}
deliver_to = {deliver_to}
deliver_from = {deliver_from}
deliver_msg = {deliver_msg}
to_komrade = {to_komrade}
from_komrade = {from_komrade}

View File

@ -158,7 +158,7 @@ DEFAULT_USER_SETTINGS = {
'visibility':VISIBILITY_TYPE_SEMIPUBLIC
}
SHOW_LOG = 1
SHOW_LOG = 0
SHOW_STATUS = 0
PAUSE_LOGGER = 0
CLEAR_LOGGER = 0