mirror of
https://github.com/craigerl/aprsd.git
synced 2025-06-08 01:22:26 -04:00
Fix pep8 violation
This commit is contained in:
parent
d01392f6a5
commit
a1188d29d4
@ -40,7 +40,7 @@ def signal_handler(sig, frame):
|
|||||||
class APRSDListenThread(rx.APRSDRXThread):
|
class APRSDListenThread(rx.APRSDRXThread):
|
||||||
def __init__(self, config, packet_queue, packet_filter=None):
|
def __init__(self, config, packet_queue, packet_filter=None):
|
||||||
super().__init__(config, packet_queue)
|
super().__init__(config, packet_queue)
|
||||||
self.packet_filter=packet_filter
|
self.packet_filter = packet_filter
|
||||||
|
|
||||||
def process_packet(self, *args, **kwargs):
|
def process_packet(self, *args, **kwargs):
|
||||||
packet = self._client.decode_packet(*args, **kwargs)
|
packet = self._client.decode_packet(*args, **kwargs)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user