File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -242,8 +242,8 @@ def build_html(path):
242
242
body_tag .append (script_tag )
243
243
244
244
# 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" ))
247
247
output = str (soup )
248
248
except AttributeError :
249
249
output = f"ERROR: Malformed or non-existent html in '{ path } '. Doing nothing."
You can’t perform that action at this time.
0 commit comments