Remove unused argument

main
Bob Mottram 2024-02-26 11:52:51 +00:00
parent 4b2edfb61b
commit d296db1035
1 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ from session import get_json
def _html_podcast_chapters(link_url: str,
session, session_onion, session_i2p,
http_prefix: str, domain: str,
podcast_properties: {}, translate: {},
podcast_properties: {},
debug: bool) -> str:
"""Returns html for chapters of a podcast
"""
@ -471,7 +471,7 @@ def html_podcast_episode(translate: {},
_html_podcast_chapters(link_url,
session, session_onion, session_i2p,
http_prefix, domain,
podcast_properties, translate, debug)
podcast_properties, debug)
podcast_str += ' </center>\n'
podcast_str += '</div>\n'