Browse Source

修复表头丢失

liweiquan 8 tháng trước cách đây
mục cha
commit
dd1df82f14
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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>')