1
0
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:
Andrey Pohilko 2019-01-06 15:44:21 +03:00
parent b64fb41572
commit f4efb30133

View File

@ -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()