-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
为 auto select bot 加入更多日志信息 #101
Conversation
✅ Deploy Preview for send-anything-anywhere ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #101 +/- ##
==========================================
- Coverage 95.30% 95.26% -0.04%
==========================================
Files 23 23
Lines 1511 1521 +10
==========================================
+ Hits 1440 1449 +9
- Misses 71 72 +1
☔ View full report in Codecov by Sentry. |
@@ -26,11 +27,13 @@ def _register_hook(): | |||
|
|||
@driver.on_bot_connect | |||
async def _(bot: Bot): | |||
logger.info(f"connect bot {bot}") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
应该是 refresh bot 吧,既然下面是 pop bot 的话。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
要不下面 disconnect bot 好了
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
会不会没啥意义?不如写多点,比如 refreshing bot targets cache 之类的。
ce37844
to
2c328da
Compare
2c328da
to
8e1e5ed
Compare
No description provided.