mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2025-06-02 09:26:12 +08:00
log less info
This commit is contained in:
parent
70551e23b8
commit
7904882f61
@ -47,7 +47,7 @@ async def fetch_and_send(target_type: str):
|
||||
bot = bot_list[0] if bot_list else None
|
||||
for new_post in new_posts:
|
||||
logger.warning('get new {} dynamic: {}'.format(target_type, new_post.url))
|
||||
logger.warning(new_post)
|
||||
logger.warning(new_post[:50])
|
||||
if not bot:
|
||||
logger.warning('no bot connected')
|
||||
else:
|
||||
|
Loading…
x
Reference in New Issue
Block a user