Skip to content

Commit

Permalink
style: format
Browse files Browse the repository at this point in the history
Signed-off-by: Dup4 <lyuzhi.pan@gmail.com>
  • Loading branch information
Dup4 committed Jan 12, 2024
1 parent 96093e3 commit 2d89eb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion board-cache/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def fetch_html(fetch_item: config.FetchItem):

html = resp.text
# html = replace_html(html, fetch_item)
# html = replace_assets_url(html)
html = replace_assets_url(html)
html = minify_html(html)

saved_file = os.path.join(saved_dir, "index.html")
Expand Down

0 comments on commit 2d89eb1

Please sign in to comment.