From 7cb75ea8ca817694259b8eaa5084568a7f3cfa5e Mon Sep 17 00:00:00 2001 From: Junzi Sun Date: Thu, 22 Aug 2019 19:47:20 +0200 Subject: [PATCH] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 0d1fa9b..e66bf01 100644 --- a/README.rst +++ b/README.rst @@ -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: