Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lgc2333 authored Nov 26, 2023
1 parent 7317e33 commit 42c0c9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nonebot_plugin_picstatus/statistics.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ async def called_api(bot: Bot, exc: Optional[Exception], api: str, _, __):
async def _(bot: Bot):
bot_id = get_bot_id(bot)
bot_connect_time[bot_id] = datetime.now()
recv_num[bot_id] = 0
send_num[bot_id] = 0
bot.on_called_api(called_api)


Expand Down

0 comments on commit 42c0c9b

Please sign in to comment.