From 480544debb2c0790c0805d18739c0632eb58dac4 Mon Sep 17 00:00:00 2001 From: bashrc Date: Thu, 7 May 2026 21:27:00 +0100 Subject: [PATCH] Tidying --- daemon_post_profile.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/daemon_post_profile.py b/daemon_post_profile.py index df200c49e..de888532c 100644 --- a/daemon_post_profile.py +++ b/daemon_post_profile.py @@ -2080,8 +2080,7 @@ def _profile_post_peertube(actor_json: {}, fields: {}, current_peertube = get_peertube(actor_json) if fields.get('peertubeChannel'): if fields['peertubeChannel'] != current_peertube: - set_peertube(actor_json, - fields['peertubeChannel']) + set_peertube(actor_json, fields['peertubeChannel']) actor_changed = True else: if current_peertube: