Skip to content

Commit

Permalink
Fix flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
pawlizio committed Nov 23, 2023
1 parent e508a70 commit dfe8f10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyvlx/pyvlx.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ async def disconnect(self) -> None:
# If the connection will be closed while house status monitor is enabled, a reconnection will fail on SSL handshake.
try:
await self.klf200.house_status_monitor_disable(pyvlx=self, timeout=1)
except:
except Exception:
pass
await self.heartbeat.stop()
self.connection.disconnect()
Expand Down

0 comments on commit dfe8f10

Please sign in to comment.