Skip to content

Commit 210dbfe

Browse files
committed
Update __init__.py
1 parent e6598ff commit 210dbfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/admin/site/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
from admin.user_login_check import panel_login_required
1717

1818
from utils.mwplugin import MwPlugin
19-
from utils.site import site
19+
import utils.site as site
2020
import core.mw as mw
2121

2222
blueprint = Blueprint('site', __name__, url_prefix='/site', template_folder='../../templates/default')

0 commit comments

Comments
 (0)