merge-requests/6/head
Bob Mottram 2020-01-12 12:58:53 +00:00
parent 9409f6dcc4
commit faedae33e2
1 changed files with 1 additions and 0 deletions

View File

@ -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: