From c30cf4b950aa97be44633e10a5018e7dd7343632 Mon Sep 17 00:00:00 2001 From: bakatrouble Date: Wed, 22 Mar 2023 19:26:09 +0300 Subject: [PATCH] debug --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 0ab5b4f..bacec7f 100644 --- a/main.py +++ b/main.py @@ -38,7 +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) + logging.warning(post.file.url) if post.file.ext == 'webm': await bot.send_video(int(os.environ['SEND_CHAT']), post.file.url,