more logging

master
bakatrouble 6 months ago
parent e51f32c25a
commit 9be1e34d1f

@ -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)

Loading…
Cancel
Save