From cce24e33c7457c78292788856563d60cbfbb913f Mon Sep 17 00:00:00 2001 From: bashrc Date: Thu, 7 May 2026 21:23:04 +0100 Subject: [PATCH] Extra return value --- webapp_profile.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/webapp_profile.py b/webapp_profile.py index 614ccd569..ba761a8bc 100644 --- a/webapp_profile.py +++ b/webapp_profile.py @@ -2309,7 +2309,8 @@ def _html_edit_profile_instance(base_dir: str, translate: {}, media_instance_str: str, blogs_instance_str: str, news_instance_str: str) -> (str, str, - str, str, str): + str, str, + str): """Edit profile instance settings """ image_formats: list[str] = get_image_formats() @@ -3743,7 +3744,7 @@ def html_edit_profile(server, translate: {}, # shared items section shares_federation_str = \ _html_edit_profile_shared_items(base_dir, translate) - (instance_str, role_assign_str, peertube_str, loops_str, + (instance_str, role_assign_str, peertube_str, libretranslate_str, memorial_str) = \ _html_edit_profile_instance(base_dir, translate, peertube_instances,