Skip to content

Commit

Permalink
doh
Browse files Browse the repository at this point in the history
  • Loading branch information
fabi1cazenave committed Feb 9, 2024
1 parent 5685d45 commit 95cc405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kalamine/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def send(

# livereload
lr_server = Server()
lr_server.watch(file_path)
lr_server.watch(str(file_path))
lr_server.serve(host=host_name, port=lr_server_port)

except KeyboardInterrupt:
Expand Down

0 comments on commit 95cc405

Please sign in to comment.