Compare commits
1 Commits
8153d2e302
...
a4d88ca2a5
Author | SHA1 | Date |
---|---|---|
fluffy | a4d88ca2a5 |
|
@ -74,7 +74,7 @@ def bot():
|
|||
mdon = mastodon.Mastodon(
|
||||
access_token='token.secret',
|
||||
api_base_url='https://botsin.space')
|
||||
# mdon.status_post(text)
|
||||
mdon.status_post(text)
|
||||
|
||||
if __name__ == '__main__':
|
||||
bot()
|
||||
|
|
Loading…
Reference in New Issue