Skip to content

Commit

Permalink
fix: rollback
Browse files Browse the repository at this point in the history
Signed-off-by: Dup4 <lyuzhi.pan@gmail.com>
  • Loading branch information
Dup4 committed Apr 12, 2024
1 parent c0be200 commit 771afa4
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 @@ -90,7 +90,7 @@ def fetch_html(fetch_item: config.FetchItem):
os.makedirs(saved_dir)

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

Expand Down

0 comments on commit 771afa4

Please sign in to comment.