From fec175a01def1c5d3ee82e95d6369e6be6947b1e Mon Sep 17 00:00:00 2001 From: TheresNoTime Date: Tue, 18 Jun 2024 14:30:59 +0100 Subject: [PATCH] Add another field --- mastodonChanger.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mastodonChanger.py b/mastodonChanger.py index 1d2f7fc..44c1c65 100644 --- a/mastodonChanger.py +++ b/mastodonChanger.py @@ -158,6 +158,9 @@ def do_update(dry_run: bool = False) -> None: (mood_label, mood), ] + if len(me.fields) == 5: + fields.append((me.fields[4]["name"], me.fields[4]["value"])) + if dry_run is False: # Update the account fields if config.SHARKEY: