get rid of the extra flags at the end

This commit is contained in:
Jakob Ketterl 2019-07-07 00:52:28 +02:00
parent c22d10d0de
commit ceea2475a1
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ class WsjtParser(object):
out["db"] = float(msg[7:10])
out["dt"] = float(msg[11:15])
out["freq"] = int(msg[16:20])
wsjt_msg = msg[24:]
wsjt_msg = msg[24:61].strip()
self.getLocator(wsjt_msg)
out["msg"] = wsjt_msg