mirror of
https://github.com/craigerl/aprsd.git
synced 2024-12-20 16:41:13 -05: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):
|
||||
def __init__(self, config, packet_queue, packet_filter=None):
|
||||
super().__init__(config, packet_queue)
|
||||
self.packet_filter=packet_filter
|
||||
self.packet_filter = packet_filter
|
||||
|
||||
def process_packet(self, *args, **kwargs):
|
||||
packet = self._client.decode_packet(*args, **kwargs)
|
||||
|
Loading…
Reference in New Issue
Block a user