forked from indymedia/epicyon
Debug message when it's really the end
parent
4225c40e48
commit
d258a15283
5
posts.py
5
posts.py
|
@ -1722,10 +1722,11 @@ def sendToFollowers(session,baseDir: str, \
|
||||||
sendThreads,postLog,cachedWebfingers, \
|
sendThreads,postLog,cachedWebfingers, \
|
||||||
personCache,debug,projectVersion)
|
personCache,debug,projectVersion)
|
||||||
|
|
||||||
if debug:
|
|
||||||
print('DEBUG: End of sendToFollowers')
|
|
||||||
time.sleep(4)
|
time.sleep(4)
|
||||||
|
|
||||||
|
if debug:
|
||||||
|
print('DEBUG: End of sendToFollowers')
|
||||||
|
|
||||||
def sendToFollowersThread(session,baseDir: str, \
|
def sendToFollowersThread(session,baseDir: str, \
|
||||||
nickname: str, domain: str, port: int, \
|
nickname: str, domain: str, port: int, \
|
||||||
httpPrefix: str,federationList: [], \
|
httpPrefix: str,federationList: [], \
|
||||||
|
|
Loading…
Reference in New Issue