Update README.rst

pull/48/head
Junzi Sun 5 years ago committed by GitHub
parent b723374337
commit 7cb75ea8ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -289,7 +289,7 @@ Here is an example:
# - implement your handle_messages() methods # - implement your handle_messages() methods
class ADSBClient(BaseClient): class ADSBClient(BaseClient):
def __init__(self, host, port, rawtype): 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): def handle_messages(self, messages):
for msg, ts in messages: for msg, ts in messages:

Loading…
Cancel
Save