Include actor

main2
Bob Mottram 2019-11-02 14:36:04 +00:00
parent 7ab1a0e540
commit 99f1ac5088
1 changed files with 2 additions and 2 deletions

View File

@ -1230,7 +1230,7 @@ def sharesTimelineJson(actor: str,pageNumber: int,itemsPerPage: int, \
return resultJson,lastPage
def htmlSharesTimeline(translate: {},pageNumber: int,itemsPerPage: int, \
baseDir: str, \
baseDir: str,actor: str, \
nickname: str,domain: str,port: int, \
maxSharesPerAccount: int,httpPrefix: str) -> str:
"""Show shared items timeline as html
@ -2398,7 +2398,7 @@ def htmlTimeline(translate: {},pageNumber: int, \
if boxName=='tlshares':
maxSharesPerAccount=itemsPerPage
return htmlSharesTimeline(translate,pageNumber,itemsPerPage, \
baseDir,nickname,domain,port, \
baseDir,actor,nickname,domain,port, \
maxSharesPerAccount,httpPrefix) + \
htmlFooter()