Remove default arguments

merge-requests/30/head
Bob Mottram 2024-02-19 18:40:23 +00:00
parent 3752fac362
commit c08340049d
1 changed files with 1 additions and 1 deletions

View File

@ -316,7 +316,7 @@ def prepare_html_post_nickname(nickname: str, post_html: str) -> str:
def replace_link_variable(link: str, variable_name: str, value: str,
separator: str = '?') -> str:
separator: str) -> str:
"""Replaces a variable within the given link
"""
full_var = separator + variable_name + '='