fixed typo

This commit is contained in:
DJ2LS 2023-12-03 10:42:54 +01:00
parent dc17d4c034
commit e7f8dc73e0

View file

@ -36,7 +36,7 @@ class FrameHandler():
activity = { activity = {
"direction": "received", "direction": "received",
"snr": self.details['snr'], "snr": self.details['snr'],
"offset": self.details['freq_offset'], "freq_offset": self.details['freq_offset'],
"activity_type": frame["frame_type"] "activity_type": frame["frame_type"]
} }
if "origin" in frame: if "origin" in frame: