Skip to content

Commit

Permalink
🔖 bump version 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yanyongyu authored Jan 10, 2025
1 parent ef88f2f commit 60e1849
Show file tree
Hide file tree
Showing 3 changed files with 188 additions and 150 deletions.
5 changes: 1 addition & 4 deletions nonebot/adapters/qq/adapter.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,7 @@ def setup(self) -> None:
self.driver.on_shutdown(self.shutdown)

async def startup(self) -> None:
log(
"DEBUG",
("QQ run in sandbox mode: " f"<y>{self.qq_config.qq_is_sandbox}</y>"),
)
log("DEBUG", f"QQ run in sandbox mode: <y>{self.qq_config.qq_is_sandbox}</y>")

try:
api_base = self.get_api_base()
Expand Down
Loading

0 comments on commit 60e1849

Please sign in to comment.