diff --git a/owrx/wsjt.py b/owrx/wsjt.py index 32f54d70..956da68e 100644 --- a/owrx/wsjt.py +++ b/owrx/wsjt.py @@ -287,11 +287,11 @@ class WsjtParser(AudioChopperParser): out["interval"] = profile.getInterval() self.pushDecode(mode, band) + ReportingEngine.getSharedInstance().spot(out) if "callsign" in out and "locator" in out: Map.getSharedInstance().updateLocation( out["callsign"], LocatorLocation(out["locator"]), mode, band ) - ReportingEngine.getSharedInstance().spot(out) return out except Exception: