Compare commits

..

1 Commits

Author SHA1 Message Date
fluffy 418085c7ac Don't repeat videos if possible 2021-04-28 18:20:15 -07:00
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ def bot():
mdon = mastodon.Mastodon( mdon = mastodon.Mastodon(
access_token='token.secret', access_token='token.secret',
api_base_url='https://botsin.space') api_base_url='https://botsin.space')
# mdon.status_post(beats) mdon.status_post(beats)
if __name__ == '__main__': if __name__ == '__main__':
bot() bot()