remove username from response

This commit is contained in:
Falko Zurell 2025-02-19 15:51:09 +01:00
parent 5db4e6bad3
commit 4486a1ec5b

View file

@ -67,7 +67,7 @@ def main():
masto.status_reply(
to_status=mention['status'],
status=f"{username} {response}",
status=f"{response}",
untag = True,
visibility=config['mastodon']['default_visibility']
)