Compare commits

..

1 Commits

Author SHA1 Message Date
fluffy a4d88ca2a5 Switch to using YouTube data API 2021-04-30 10:54:12 -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()