From 160b4537a8432d6b8ec46d2d092aac9b24902408 Mon Sep 17 00:00:00 2001 From: liuwei Date: Fri, 11 Apr 2025 15:41:59 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=8F=92=E4=BB=B6=E6=B5=81?= =?UTF-8?q?=E7=A8=8B=EF=BC=8Cserver=E5=85=B1=E4=BA=AB=20robot=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE=E7=9A=84=E5=AF=B9=E8=B1=A1=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/dashboard/blueprints/plugin_routes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/dashboard/blueprints/plugin_routes.py b/admin/dashboard/blueprints/plugin_routes.py index fcea63a..935d46c 100644 --- a/admin/dashboard/blueprints/plugin_routes.py +++ b/admin/dashboard/blueprints/plugin_routes.py @@ -1,5 +1,5 @@ import logging -from flask import Blueprint, request, jsonify, render_template +from flask import Blueprint, request, jsonify, render_template, current_app from admin.dashboard.blueprints.auth import login_required from plugin_common.plugin_manager import PluginManager