oops
This commit is contained in:
parent
852bf56117
commit
886f541769
1 changed files with 0 additions and 2 deletions
2
bot.py
2
bot.py
|
@ -161,9 +161,7 @@ match config.type:
|
||||||
tags = post["tags"]
|
tags = post["tags"]
|
||||||
case _:
|
case _:
|
||||||
tags = "unknown"
|
tags = "unknown"
|
||||||
print(post_content, tags)
|
|
||||||
|
|
||||||
exit()
|
|
||||||
media = mastodon.media_post(
|
media = mastodon.media_post(
|
||||||
description="Automatically posted image. Tagged: " + tags,
|
description="Automatically posted image. Tagged: " + tags,
|
||||||
media_file=filename
|
media_file=filename
|
||||||
|
|
Loading…
Add table
Reference in a new issue