浏览代码

fixed reading table

bscheibel 4 年之前
父节点
当前提交
d1636303e0
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/views.py

+ 1 - 0
app/views.py

@@ -155,6 +155,7 @@ def uploaded_file(filename, uuid):
             if "ZZZZ" in dim:
                 for d in dims[dim]:
                     html_general += d + "<br>"
+                continue
             else:
                 html_code += "<td><h4>" + dim + "</h4></td>"
             for d in dims[dim]: