mirror of
https://github.com/rangermix/TwitchDropsMiner.git
synced 2026-05-30 08:59:36 +00:00
Fix default websocket status being untranslated
This commit is contained in:
@@ -59,7 +59,7 @@ class Websocket:
|
||||
self.topics: dict[str, WebsocketTopic] = {}
|
||||
self._submitted: set[WebsocketTopic] = set()
|
||||
# notify GUI
|
||||
self.set_status("Disconnected")
|
||||
self.set_status(_("gui", "websocket", "disconnected"))
|
||||
|
||||
@property
|
||||
def connected(self) -> bool:
|
||||
|
||||
Reference in New Issue
Block a user