mirror of
https://github.com/undera/pylgbst.git
synced 2020-11-18 19:37:26 -08:00
Implement abstract method
This commit is contained in:
parent
b64fb41572
commit
f4efb30133
@ -192,3 +192,6 @@ class DebugServerConnection(Connection):
|
||||
|
||||
def set_notify_handler(self, handler):
|
||||
self.notify_handler = handler
|
||||
|
||||
def is_alive(self):
|
||||
return self.reader.isAlive()
|
||||
|
Loading…
x
Reference in New Issue
Block a user