Ignore parsing short TTAA readings

This commit is contained in:
XANTRONIX 2025-03-30 14:07:20 -04:00
parent 1602b447d2
commit 90187f9f4b

View file

@ -363,7 +363,7 @@ class RAOBObs():
#
# Return None if there is no station identifier.
#
if self.tokens[1][0:3] == 'NIL':
if self.tokens[1][0:3] == 'NIL' or len(self.tokens) < 5:
return None
timestamp = self.tokens[0]