소스 검색

fixed reading table

bscheibel 5 년 전
부모
커밋
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]: