Skip to content

Commit

Permalink
bugfix: kalamine watch
Browse files Browse the repository at this point in the history
  • Loading branch information
fabi1cazenave committed Feb 9, 2024
1 parent 547408f commit 5685d45
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 @@ -88,7 +88,7 @@ def send(
elif self.path == "/xkb_custom":
send(kb_layout.xkb_patch)
elif self.path == "/":
kb_layout = KeyboardLayout(file_path) # refresh
kb_layout = KeyboardLayout(load_layout(file_path)) # refresh
send(main_page(kb_layout), content="text/html")
else:
return SimpleHTTPRequestHandler.do_GET(self)
Expand Down

0 comments on commit 5685d45

Please sign in to comment.