Skip to content

Commit

Permalink
Add another field
Browse files Browse the repository at this point in the history
  • Loading branch information
theresnotime committed Jun 18, 2024
1 parent 1f85b78 commit fec175a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mastodonChanger.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit fec175a

Please sign in to comment.