No server

merge-requests/30/head
Bob Mottram 2020-01-13 11:21:24 +00:00
parent 4cf2d88d99
commit fb3bb1bb33
1 changed files with 16 additions and 16 deletions

View File

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