mirror of
https://github.com/elisspace/core.git
synced 2026-09-01 17:04:05 +00:00
Catch samsungtv timeout exception (#35205)
This commit is contained in:
@@ -259,4 +259,6 @@ class SamsungTVWSBridge(SamsungTVBridge):
|
||||
except ConnectionFailure:
|
||||
self._notify_callback()
|
||||
raise
|
||||
except WebSocketException:
|
||||
self._remote = None
|
||||
return self._remote
|
||||
|
||||
Reference in New Issue
Block a user