mirror of
https://github.com/status-im/status-python-sdk.git
synced 2026-08-31 14:11:07 +00:00
signal: Missing docstring
This commit is contained in:
+1
-1
@@ -95,7 +95,7 @@ class Signal:
|
||||
|
||||
def __listen_message(self, ws: websocket.WebSocketApp, signal: str):
|
||||
"""
|
||||
|
||||
Listen continuously for Status Backend signals
|
||||
"""
|
||||
signal: dict = json.loads(signal)
|
||||
if signal["type"] != self.__signal_type:
|
||||
|
||||
Reference in New Issue
Block a user