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: [], \