more logging
This commit is contained in:
parent
e51f32c25a
commit
9be1e34d1f
2
main.py
2
main.py
@ -119,7 +119,7 @@ async def send_post(post: E621Post, tag_list: List[str]):
|
|||||||
except Exception as e:
|
except Exception as e:
|
||||||
logging.exception(e)
|
logging.exception(e)
|
||||||
else:
|
else:
|
||||||
logging.warning('Not sending because url is None')
|
logging.warning('Not sending because url is None', post)
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
logging.exception(e)
|
logging.exception(e)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user