diff options
Diffstat (limited to 'klippy/webhooks.py')
-rw-r--r-- | klippy/webhooks.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/klippy/webhooks.py b/klippy/webhooks.py index 661e9117..01bb0dbe 100644 --- a/klippy/webhooks.py +++ b/klippy/webhooks.py @@ -374,6 +374,7 @@ class WebHooks: "state_message": state_message, "hostname": socket.gethostname(), "kutter_path": kutter_path, + "klipper_path": kutter_path, "python_path": sys.executable, "process_id": os.getpid(), "user_id": os.getuid(), |