Browse Source

修复表头丢失

liweiquan 8 months ago
parent
commit
dd1df82f14
1 changed files with 1 additions and 0 deletions
  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>')