diff --git a/table_distributor.html b/table_distributor.html index 06ef9bc..092fdce 100755 --- a/table_distributor.html +++ b/table_distributor.html @@ -48,6 +48,10 @@
++ + +
" + str(table_names[t.id]) + " | " + if t.id >= len(table_names): + html += "" + str(t.id) + " | " + else: + html += "" + str(table_names[t.id]) + " | " + if len(t.person_set): html += "" + str(t.person_set).replace("{","").replace("}","") + " | " else: