[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
@@ -265,7 +265,6 @@ class HCDevice:
|
||||
print(self.name, "Failed to send", e, msg, traceback.format_exc())
|
||||
self.tx_msg_id += 1
|
||||
|
||||
|
||||
def reconnect(self):
|
||||
self.ws.reconnect()
|
||||
# Receive initialization message /ei/initialValues
|
||||
@@ -389,7 +388,6 @@ class HCDevice:
|
||||
|
||||
else:
|
||||
print(now(), self.name, "Unknown response or notify:", msg)
|
||||
pass
|
||||
|
||||
else:
|
||||
print(now(), self.name, "Unknown message", msg)
|
||||
|
||||
Reference in New Issue
Block a user