fmartinou / tydom2mqtt

Deltadore Tydom to MQTT Bridge
https://fmartinou.github.io/tydom2mqtt/
MIT License
86 stars 49 forks source link

Fix websocket is not defined error #146

Closed tjamet closed 8 months ago

tjamet commented 8 months ago

With the current version of tydom2mqtt, we can spot this error in the logs:

Traceback (most recent call last):
  File "/app/main.py", line 56, in listen_tydom
    except websockets.ConnectionClosed as e:
           ^^^^^^^^^^
NameError: name websockets is not defined
tjamet commented 8 months ago

duplicate #142