Ver Fonte

修复表头丢失

liweiquan há 8 meses atrás
pai
commit
dd1df82f14
1 ficheiros alterados com 1 adições e 0 exclusões
  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>')