Debug message when it's really the end

main2
Bob Mottram 2019-11-07 21:16:40 +00:00
parent 4225c40e48
commit d258a15283
1 changed files with 3 additions and 2 deletions

View File

@ -1722,10 +1722,11 @@ def sendToFollowers(session,baseDir: str, \
sendThreads,postLog,cachedWebfingers, \
personCache,debug,projectVersion)
if debug:
print('DEBUG: End of sendToFollowers')
time.sleep(4)
if debug:
print('DEBUG: End of sendToFollowers')
def sendToFollowersThread(session,baseDir: str, \
nickname: str, domain: str, port: int, \
httpPrefix: str,federationList: [], \