From d258a15283888ec93cbe4ff89493122ee8f79ea3 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 7 Nov 2019 21:16:40 +0000 Subject: [PATCH] Debug message when it's really the end --- posts.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/posts.py b/posts.py index 2c066eda..88e813ad 100644 --- a/posts.py +++ b/posts.py @@ -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: [], \