Fix pep8 violation

This commit is contained in:
Hemna 2022-12-19 20:41:57 -05:00
parent d01392f6a5
commit a1188d29d4
1 changed files with 1 additions and 1 deletions

View File

@ -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)