Remove unused argument

main
Bob Mottram 2024-02-19 13:12:42 +00:00
parent b4e163ce50
commit 0d5e43e7fb
1 changed files with 4 additions and 5 deletions

View File

@ -394,8 +394,7 @@ def _html_timeline_keyboard(moderator: bool, text_mode_banner: str,
def _html_timeline_end(base_dir: str, nickname: str, domain_full: str,
http_prefix: str, translate: {},
moderator: bool, editor: bool,
translate: {}, moderator: bool, editor: bool,
newswire: {}, positive_voting: bool,
show_publish_as_icon: bool,
rss_icon_at_top: bool, publish_button_at_top: bool,
@ -896,7 +895,7 @@ def html_timeline(default_timeline: str,
shared_items_federated_domains,
'shares') +
_html_timeline_end(base_dir, nickname, domain_full,
http_prefix, translate,
translate,
moderator, editor,
newswire, positive_voting,
show_publish_as_icon,
@ -916,7 +915,7 @@ def html_timeline(default_timeline: str,
shared_items_federated_domains,
'wanted') +
_html_timeline_end(base_dir, nickname, domain_full,
http_prefix, translate,
translate,
moderator, editor,
newswire, positive_voting,
show_publish_as_icon,
@ -1130,7 +1129,7 @@ def html_timeline(default_timeline: str,
tl_str += \
_html_timeline_end(base_dir, nickname, domain_full,
http_prefix, translate,
translate,
moderator, editor,
newswire, positive_voting,
show_publish_as_icon,