mirror of https://gitlab.com/bashrc2/epicyon
No server
parent
4cf2d88d99
commit
fb3bb1bb33
32
schedule.py
32
schedule.py
|
@ -79,22 +79,22 @@ def updatePostSchedule(baseDir: str,handle: str,httpd,maxScheduledPosts: int) ->
|
||||||
print('Sending scheduled post '+postId)
|
print('Sending scheduled post '+postId)
|
||||||
|
|
||||||
if not postMessageToOutbox(postJsonObject,nickname, \
|
if not postMessageToOutbox(postJsonObject,nickname, \
|
||||||
httpd.server,baseDir, \
|
httpd,baseDir, \
|
||||||
httpd.server.httpPrefix, \
|
httpd.httpPrefix, \
|
||||||
httpd.server.domain, \
|
httpd.domain, \
|
||||||
httpd.server.domainFull, \
|
httpd.domainFull, \
|
||||||
httpd.server.port, \
|
httpd.port, \
|
||||||
httpd.server.recentPostsCache, \
|
httpd.recentPostsCache, \
|
||||||
httpd.server.followersThreads, \
|
httpd.followersThreads, \
|
||||||
httpd.server.federationList, \
|
httpd.federationList, \
|
||||||
httpd.server.sendThreads, \
|
httpd.sendThreads, \
|
||||||
httpd.server.postLog, \
|
httpd.postLog, \
|
||||||
httpd.server.cachedWebfingers, \
|
httpd.cachedWebfingers, \
|
||||||
httpd.server.personCache, \
|
httpd.personCache, \
|
||||||
httpd.server.allowDeletion, \
|
httpd.allowDeletion, \
|
||||||
httpd.server.useTor, \
|
httpd.useTor, \
|
||||||
httpd.server.projectVersion, \
|
httpd.projectVersion, \
|
||||||
httpd.server.debug):
|
httpd.debug):
|
||||||
indexLines.remove(line)
|
indexLines.remove(line)
|
||||||
continue
|
continue
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue