Set nickname

main
Bob Mottram 2020-01-13 12:27:27 +00:00
parent a1c5d43689
commit f0e64786ae
1 changed files with 2 additions and 0 deletions

View File

@ -80,6 +80,8 @@ def updatePostSchedule(baseDir: str,handle: str,httpd,maxScheduledPosts: int) ->
print('Sending scheduled post '+postId) print('Sending scheduled post '+postId)
if nickname:
httpd.postToNickname=nickname
if not postMessageToOutbox(postJsonObject,nickname, \ if not postMessageToOutbox(postJsonObject,nickname, \
httpd,baseDir, \ httpd,baseDir, \
httpd.httpPrefix, \ httpd.httpPrefix, \