mirror of https://gitlab.com/bashrc2/epicyon
Debug
parent
259016b725
commit
00c2c4b7b2
8
inbox.py
8
inbox.py
|
@ -625,8 +625,12 @@ def _inbox_post_recipients_add(base_dir: str, http_prefix: str, toList: [],
|
||||||
handle + ' does not exist')
|
handle + ' does not exist')
|
||||||
else:
|
else:
|
||||||
if debug:
|
if debug:
|
||||||
print('DEBUG: ' + recipient + ' is not local to ' +
|
if recipient.endswith('#Public'):
|
||||||
domain_match)
|
print('DEBUG: #Public recipient is too non-specific. ' +
|
||||||
|
recipient + ' ' + domain_match)
|
||||||
|
else:
|
||||||
|
print('DEBUG: ' + recipient + ' is not local to ' +
|
||||||
|
domain_match)
|
||||||
print(str(toList))
|
print(str(toList))
|
||||||
if recipient.endswith('followers'):
|
if recipient.endswith('followers'):
|
||||||
if debug:
|
if debug:
|
||||||
|
|
Loading…
Reference in New Issue