Skip to content

Commit

Permalink
Specify that the livereload server uses http
Browse files Browse the repository at this point in the history
This should make the server work out of the box
  • Loading branch information
rtpg authored Feb 23, 2022
1 parent 95f9cf0 commit 76c2434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion livereload/templatetags/livereload_tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
def livereload_script():
if settings.DEBUG:
return format_html(
"""<script src="{}:{}/livereload.js"></script>""",
"""<script src="http://{}:{}/livereload.js"></script>""",
livereload_host(),
livereload_port(),
)
Expand Down

0 comments on commit 76c2434

Please sign in to comment.