Skip to content

Commit 43fa733

Browse files
committed
minor edit - bump livereload version
1 parent 260ccac commit 43fa733

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jinja2html/__main__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,8 +242,8 @@ def build_html(path):
242242
body_tag.append(script_tag)
243243

244244
# actually add the script
245-
body_tag.append(soup.new_tag("script", src="https://cdnjs.cloudflare.com/ajax/libs/livereload-js/3.2.4/livereload.min.js",
246-
integrity="sha512-L9YxWbDx+I37Ul/VuKKmtTyRiQIMO77DpGd0itFs0G+1/E2vHG/XUHawZg8WHcjGf+tCMZpSWLTnAlAiUNtSxg==", crossorigin="anonymous"))
245+
body_tag.append(soup.new_tag("script", src="https://cdnjs.cloudflare.com/ajax/libs/livereload-js/3.3.1/livereload.min.js",
246+
integrity="sha512-DSycG/J5pRCjy6wZ8nfeqaKuSAf9jVmSulTuzy1xQL+2yyBIp7fwzNvx+tZCtZ6kIRMqiDyWOYSl4zYjT32zOw==", crossorigin="anonymous"))
247247
output = str(soup)
248248
except AttributeError:
249249
output = f"ERROR: Malformed or non-existent html in '{path}'. Doing nothing."

0 commit comments

Comments
 (0)