strip one more character; seen weird stuff at the end.

This commit is contained in:
Jakob Ketterl 2019-07-07 20:46:31 +02:00
parent 8b5dc8b3ad
commit 30b56c553e
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:61].strip()
wsjt_msg = msg[24:60].strip()
self.getLocator(wsjt_msg)
out["msg"] = wsjt_msg