more logging
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user