Merge branch 'main' into arknights

This commit is contained in:
felinae98 2021-02-09 22:00:58 +08:00
commit 5538a7e84d
No known key found for this signature in database
GPG Key ID: 00C8B010587FF610

View File

@ -51,7 +51,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: