From c08340049da955fbe7ca30999448f6c1f97e372a Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 19 Feb 2024 18:40:23 +0000 Subject: [PATCH] Remove default arguments --- webapp_post.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp_post.py b/webapp_post.py index b942d24cf..09f2504d9 100644 --- a/webapp_post.py +++ b/webapp_post.py @@ -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 + '='