diff options
Diffstat (limited to 'klippy/extras/query_endstops.py')
-rw-r--r-- | klippy/extras/query_endstops.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/klippy/extras/query_endstops.py b/klippy/extras/query_endstops.py index 0bbb11c2..949e1585 100644 --- a/klippy/extras/query_endstops.py +++ b/klippy/extras/query_endstops.py @@ -8,7 +8,7 @@ class QueryEndstops: def __init__(self, config): self.printer = config.get_printer() self.endstops = [] - self.last_state = {} + self.last_state = [] # Register webhook if server is available webhooks = self.printer.lookup_object('webhooks') webhooks.register_endpoint( |