Compare commits

..

1 Commits

Author SHA1 Message Date
fluffy c6c387ea91 youtube result 2021-04-27 18:47:24 -07:00
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ def bot():
beats += f'\n\nhttps://youtube.com/watch?v={match.group(1)}'
print(beats)
mdon.status_post(beats)
#mdon.status_post(beats)
if __name__ == '__main__':
bot()