aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/webhooks.py
diff options
context:
space:
mode:
authorTomasz Kramkowski <tomasz@kramkow.ski>2025-08-15 21:13:44 +0100
committerTomasz Kramkowski <tomasz@kramkow.ski>2025-08-15 21:46:37 +0100
commitae9102482560b557628c83a247ab35063ade0bf7 (patch)
tree2f08afac5a943aac31186e2c5c0c7d60e6d8837a /klippy/webhooks.py
parent121edea90cde8295f720ed9d2f2fccca61f66bb4 (diff)
downloadkutter-ae9102482560b557628c83a247ab35063ade0bf7.tar.gz
kutter-ae9102482560b557628c83a247ab35063ade0bf7.tar.xz
kutter-ae9102482560b557628c83a247ab35063ade0bf7.zip
Rename everything significant to Kutter except for docs
Diffstat (limited to 'klippy/webhooks.py')
-rw-r--r--klippy/webhooks.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/klippy/webhooks.py b/klippy/webhooks.py
index 64abe2b2..76ef502d 100644
--- a/klippy/webhooks.py
+++ b/klippy/webhooks.py
@@ -363,12 +363,12 @@ class WebHooks:
web_request.get_client_connection().set_client_info(client_info)
state_message, state = self.printer.get_state_message()
src_path = os.path.dirname(__file__)
- klipper_path = os.path.normpath(os.path.join(src_path, ".."))
+ kutter_path = os.path.normpath(os.path.join(src_path, ".."))
response = {
"state": state,
"state_message": state_message,
"hostname": socket.gethostname(),
- "klipper_path": klipper_path,
+ "kutter_path": kutter_path,
"python_path": sys.executable,
"process_id": os.getpid(),
"user_id": os.getuid(),