strip one more character; seen weird stuff at the end.
This commit is contained in:
parent
8b5dc8b3ad
commit
30b56c553e
@ -125,7 +125,7 @@ class WsjtParser(object):
|
|||||||
out["db"] = float(msg[7:10])
|
out["db"] = float(msg[7:10])
|
||||||
out["dt"] = float(msg[11:15])
|
out["dt"] = float(msg[11:15])
|
||||||
out["freq"] = int(msg[16:20])
|
out["freq"] = int(msg[16:20])
|
||||||
wsjt_msg = msg[24:61].strip()
|
wsjt_msg = msg[24:60].strip()
|
||||||
self.getLocator(wsjt_msg)
|
self.getLocator(wsjt_msg)
|
||||||
out["msg"] = wsjt_msg
|
out["msg"] = wsjt_msg
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user