diff --git a/main.py b/main.py index fd19daf..0ab5b4f 100644 --- a/main.py +++ b/main.py @@ -38,6 +38,7 @@ async def check_updates(): f'Character: {" ".join(post.tags.character)}\n\n' \ f'https://e621.net/posts/{post.id}' if post.file.url: + print(post.file.url) if post.file.ext == 'webm': await bot.send_video(int(os.environ['SEND_CHAT']), post.file.url,