forked from indymedia/epicyon
Show post result
parent
31aeeed959
commit
12cce673e5
2
posts.py
2
posts.py
|
@ -920,7 +920,7 @@ def threadSendPost(session,postJsonStr: str,federationList: [],\
|
||||||
|
|
||||||
if postResult:
|
if postResult:
|
||||||
if debug:
|
if debug:
|
||||||
print('DEBUG: json post to '+inboxUrl+' succeeded')
|
print('DEBUG: successful json post to '+inboxUrl+' ('+str(postResult)+')')
|
||||||
# our work here is done
|
# our work here is done
|
||||||
break
|
break
|
||||||
if debug:
|
if debug:
|
||||||
|
|
Loading…
Reference in New Issue