Update README.rst
This commit is contained in:
parent
b723374337
commit
7cb75ea8ca
@ -289,7 +289,7 @@ Here is an example:
|
||||
# - implement your handle_messages() methods
|
||||
class ADSBClient(BaseClient):
|
||||
def __init__(self, host, port, rawtype):
|
||||
super(ModesClient, self).__init__(host, port, rawtype)
|
||||
super(ADSBClient, self).__init__(host, port, rawtype)
|
||||
|
||||
def handle_messages(self, messages):
|
||||
for msg, ts in messages:
|
||||
|
Loading…
Reference in New Issue
Block a user