Compare commits

..

1 Commits

Author SHA1 Message Date
fluffy 8153d2e302 Switch to using YouTube data API 2021-04-30 10:53:22 -07:00
1 changed files with 1 additions and 1 deletions

View File

@ -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()