forked from indymedia/epicyon
Capital
parent
e93071af5d
commit
35dac59e8f
2
posts.py
2
posts.py
|
@ -922,7 +922,7 @@ def threadSendPost(session,postJsonStr: str,federationList: [],\
|
||||||
# keep the length of the log finite
|
# keep the length of the log finite
|
||||||
# Don't accumulate massive files on systems with limited resources
|
# Don't accumulate massive files on systems with limited resources
|
||||||
while len(postLog)>16:
|
while len(postLog)>16:
|
||||||
postlog.pop(0)
|
postLog.pop(0)
|
||||||
# save the log file
|
# save the log file
|
||||||
postLogFilename=baseDir+'/post.log'
|
postLogFilename=baseDir+'/post.log'
|
||||||
with open(postLogFilename, "a+") as logFile:
|
with open(postLogFilename, "a+") as logFile:
|
||||||
|
|
Loading…
Reference in New Issue