mirror of https://gitlab.com/bashrc2/epicyon
Comment
parent
9409f6dcc4
commit
faedae33e2
1
posts.py
1
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:
|
||||
|
|
Loading…
Reference in New Issue