Browse Source

新增newSearchTool的多语言录入下载功能

locky 4 năm trước cách đây
mục cha
commit
86d6cda96d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      controller/LangArea.py

+ 1 - 1
controller/LangArea.py

@@ -21,7 +21,7 @@ from django.utils.decorators import method_decorator
 from object.ResponseObject import ResponseObject
 from django.contrib.auth.hashers import make_password, check_password
 from model.models import UserModel, LangSetModel, LangAreaModel, LangValModel, LangKeyModel, LangKeyClassModel, \
-    SearchToolBlock, LangLocationModel
+    SearchToolBlock, SearchToolKeyModel, LangLocationModel
 import time
 from object.TokenObject import TokenObject
 from django.http import StreamingHttpResponse