fixed typo

This commit is contained in:
DJ2LS 2023-12-03 10:41:20 +01:00
parent f01cc38e64
commit dc17d4c034

View file

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