瀏覽代碼

"removed registry var in json objects"

sql alchemy add per defautl a "registry" variable
to an sql alchemy object but useless in json object
for the view
ash 2 年之前
父節點
當前提交
ee4b123e9a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Backend/Sources/View/view_error_management.py

+ 1 - 1
Backend/Sources/View/view_error_management.py

@@ -1,6 +1,6 @@
 import View.view_privilege as privileges
 import logging
-from flask import jsonify
+from flask import Flask, jsonify
 from utility.app_logging import logger_name
 import sys
 logger = logging.getLogger(logger_name + ".VIEW")