From 9be1e34d1faba1929f85fb865abfc44c93078d7c Mon Sep 17 00:00:00 2001 From: bakatrouble Date: Fri, 3 Nov 2023 15:44:00 +0300 Subject: [PATCH] more logging --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index c643d2c..b1205ad 100644 --- a/main.py +++ b/main.py @@ -119,7 +119,7 @@ async def send_post(post: E621Post, tag_list: List[str]): except Exception as e: logging.exception(e) else: - logging.warning('Not sending because url is None') + logging.warning('Not sending because url is None', post) except Exception as e: logging.exception(e)