From 034165e4e3e005f372e46b7ba24a144e1ccaef64 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 11 Apr 2024 15:38:32 +0100 Subject: [PATCH] Newswire type --- daemon_get_profile.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/daemon_get_profile.py b/daemon_get_profile.py index 665897126..7c47266d9 100644 --- a/daemon_get_profile.py +++ b/daemon_get_profile.py @@ -64,7 +64,7 @@ def show_person_profile(self, authorized: bool, yt_replace_domain: str, twitter_replacement_domain: str, show_published_date_only: bool, - newswire: str, + newswire: {}, theme_name: str, dormant_months: int, peertube_instances: [], @@ -212,7 +212,7 @@ def show_roles(self, calling_domain: str, referer_domain: str, project_version: str, person_cache: {}, show_published_date_only: bool, - newswire: str, + newswire: {}, theme_name: str, dormant_months: int, peertube_instances: [], @@ -362,7 +362,7 @@ def show_skills(self, calling_domain: str, referer_domain: str, translate: {}, project_version: str, person_cache: {}, - newswire: str, + newswire: {}, theme_name: str, dormant_months: int, text_mode_banner: str,