diff --git a/astrbot/dashboard/routes/plugin.py b/astrbot/dashboard/routes/plugin.py index 94197399e..f2a35dfe1 100644 --- a/astrbot/dashboard/routes/plugin.py +++ b/astrbot/dashboard/routes/plugin.py @@ -20,7 +20,9 @@ from astrbot.core.star.star_manager import PluginManager from .route import Response, Route, RouteContext -PLUGIN_UPDATE_CONCURRENCY = 3 # limit concurrent updates to avoid overwhelming plugin sources +PLUGIN_UPDATE_CONCURRENCY = ( + 3 # limit concurrent updates to avoid overwhelming plugin sources +) class PluginRoute(Route):