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)