From f10826917359bf8b91285889189c54f32ae62f5a Mon Sep 17 00:00:00 2001 From: yumoqing Date: Sun, 28 Jan 2024 18:03:05 +0800 Subject: [PATCH] bugfix --- src/gadget.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/gadget.py b/src/gadget.py index 75b6822..5c4cccb 100755 --- a/src/gadget.py +++ b/src/gadget.py @@ -4,7 +4,6 @@ import sys import argparse # from dataui.bricks_parser import BricksCRUDProcessor # from dataui.kivyblocks_parser import KivyblocksCRUDProcessor -from ahserver.configuredServer import ConfiguredServer from appPublic.registerfunction import RegisterFunction from appPublic.objectAction import ObjectAction @@ -13,6 +12,8 @@ from appPublic.folderUtils import ProgramPath from appPublic.jsonConfig import getConfig from appPublic.i18n import getI18N +from ahserver.configuredServer import ConfiguredServer +from ahserver.serverenv import ServerEnv from ahserver.filedownload import path_encode from imgThumb import thumb from idfile import idFileDownload