forked from ruangrupa/konfluks
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"
|
||||
email = ""
|
||||
password = ""
|
||||
|
||||
hashtags = os.environ.get("MASTODON_HASHTAGS", [])
|
||||
if hashtags:
|
||||
hashtags = [hashtags]
|
||||
hashtags = ["jalansesama"]
|
||||
|
||||
|
||||
def login_mastodon_bot():
|
||||
|
Loading…
Reference in New Issue
Block a user