forked from indymedia/epicyon
Debug
parent
c593aca45d
commit
83f3cf4059
2
posts.py
2
posts.py
|
@ -1339,6 +1339,8 @@ def sendToNamedAddresses(session,baseDir: str, \
|
|||
if not recipientsObject.get(rType):
|
||||
continue
|
||||
if isinstance(recipientsObject[rType], list):
|
||||
if debug:
|
||||
print('recipientsObject: '+str(recipientsObject))
|
||||
for address in recipientsObject[rType]:
|
||||
if address.endswith('#Public'):
|
||||
continue
|
||||
|
|
Loading…
Reference in New Issue