Browse Source

fixed reading table

bscheibel 4 years ago
parent
commit
d1636303e0
1 changed files with 1 additions and 0 deletions
  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]: