From 35dac59e8ff5e4834d96debe9c00978ea1521a5a Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 1 Sep 2019 11:11:06 +0100 Subject: [PATCH] Capital --- posts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posts.py b/posts.py index 2fce29d2..35c2a85f 100644 --- a/posts.py +++ b/posts.py @@ -922,7 +922,7 @@ def threadSendPost(session,postJsonStr: str,federationList: [],\ # keep the length of the log finite # Don't accumulate massive files on systems with limited resources while len(postLog)>16: - postlog.pop(0) + postLog.pop(0) # save the log file postLogFilename=baseDir+'/post.log' with open(postLogFilename, "a+") as logFile: