mirror of https://gitlab.com/bashrc2/epicyon
Set nickname
parent
a1c5d43689
commit
f0e64786ae
|
@ -80,6 +80,8 @@ def updatePostSchedule(baseDir: str,handle: str,httpd,maxScheduledPosts: int) ->
|
|||
|
||||
print('Sending scheduled post '+postId)
|
||||
|
||||
if nickname:
|
||||
httpd.postToNickname=nickname
|
||||
if not postMessageToOutbox(postJsonObject,nickname, \
|
||||
httpd,baseDir, \
|
||||
httpd.httpPrefix, \
|
||||
|
|
Loading…
Reference in New Issue