forked from indymedia/epicyon
Print json string
parent
94d93eb4ef
commit
1997f9ee1b
1
posts.py
1
posts.py
|
@ -908,6 +908,7 @@ def threadSendPost(session,postJsonStr: str,federationList: [],\
|
||||||
# our work here is done
|
# our work here is done
|
||||||
break
|
break
|
||||||
if debug:
|
if debug:
|
||||||
|
print(postJsonStr)
|
||||||
print('DEBUG: json post to '+inboxUrl+' failed. Waiting for '+ \
|
print('DEBUG: json post to '+inboxUrl+' failed. Waiting for '+ \
|
||||||
str(backoffTime)+' seconds.')
|
str(backoffTime)+' seconds.')
|
||||||
time.sleep(backoffTime)
|
time.sleep(backoffTime)
|
||||||
|
|
Loading…
Reference in New Issue