Skip to content

Commit 81c7af9

Browse files
authored
Merge branch 'AstrBotDevs:master' into master
2 parents c60b7de + 9f9607c commit 81c7af9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

astrbot/core/provider/manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ async def initialize(
347347
raise_on_all_failed=strict_mcp_init,
348348
init_timeout=init_timeout,
349349
)
350-
except Exception as e:
350+
except Exception:
351351
logger.error("MCP service initialization failed", exc_info=True)
352352

353353
def dynamic_import_provider(self, type: str) -> None:

0 commit comments

Comments
 (0)