Skip to content

Commit

Permalink
format tree
Browse files Browse the repository at this point in the history
  • Loading branch information
zowoq committed Jan 13, 2025
1 parent 86617ee commit 3c4b222
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hosts/build02/update_queue.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ def generate_html_table(rows):
table_rows = "".join(
f"""
<tr>
<td>{row['number']}</td>
<td>{row['attr_path']}</td>
<td>{row['payload']}</td>
<td>{row["number"]}</td>
<td>{row["attr_path"]}</td>
<td>{row["payload"]}</td>
</tr>
"""
for row in rows
Expand Down

0 comments on commit 3c4b222

Please sign in to comment.