Revert "feat: support loading hashtags from env"
This reverts commit d9bcb29f85
.
This commit is contained in:
parent
d9bcb29f85
commit
6c3814dd5b
@ -9,10 +9,7 @@ from mastodon import Mastodon
|
|||||||
instance = "https://social.lumbung.space"
|
instance = "https://social.lumbung.space"
|
||||||
email = ""
|
email = ""
|
||||||
password = ""
|
password = ""
|
||||||
|
hashtags = ["jalansesama"]
|
||||||
hashtags = os.environ.get("MASTODON_HASHTAGS", [])
|
|
||||||
if hashtags:
|
|
||||||
hashtags = [hashtags]
|
|
||||||
|
|
||||||
|
|
||||||
def login_mastodon_bot():
|
def login_mastodon_bot():
|
||||||
|
Loading…
Reference in New Issue
Block a user