Don't need parameter

main
Bob Mottram 2021-11-11 22:25:28 +00:00
parent 3fb733a63e
commit 5b1f2714b4
2 changed files with 1 additions and 2 deletions

View File

@ -8339,7 +8339,6 @@ class PubServer(BaseHTTPRequestHandler):
domain, port, postJsonObject,
self.server.httpPrefix,
self.server.projectVersion,
self.server.likedBy,
self.server.YTReplacementDomain,
self.server.twitterReplacementDomain,
self.server.showPublishedDateOnly,

View File

@ -2186,7 +2186,7 @@ def htmlEmojiReactionPicker(cssCache: {},
personCache: {},
nickname: str, domain: str, port: int,
postJsonObject: {}, httpPrefix: str,
projectVersion: str, likedBy: str,
projectVersion: str,
YTReplacementDomain: str,
twitterReplacementDomain: str,
showPublishedDateOnly: bool,