Explorar el Código

修复表头丢失

liweiquan hace 10 meses
padre
commit
dd1df82f14
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      cores/post_hander.py

+ 1 - 0
cores/post_hander.py

@@ -24,6 +24,7 @@ class PostHandler:
                             col_html.append('<td colspan="3">')
                             col_html.append(line[j])
                             col_html.append('</td>')
+                            html.extend(col_html)
                             break
                         else:
                             col_html.append('<td>')