From faedae33e222287d67ef0ac8807f62d374f05fcc Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 12 Jan 2020 12:58:53 +0000 Subject: [PATCH] Comment --- posts.py | 1 + 1 file changed, 1 insertion(+) diff --git a/posts.py b/posts.py index daa093110..b9df3ffbe 100644 --- a/posts.py +++ b/posts.py @@ -720,6 +720,7 @@ def createPostBase(baseDir: str,nickname: str,domain: str,port: int, \ if schedulePost: if eventDate and eventTime: outboxName='scheduled' + # add an item to the scheduled post index file scheduleIndexFile=baseDir+'/accounts/schedule.txt' scheduleFile=open(scheduleIndexFile, "a+") if scheduleFile: