This commit is contained in:
XANTRONIX Industrial 2025-02-19 23:27:26 -05:00
parent 0dc2358a9b
commit d4c2585ec2

View file

@ -70,7 +70,7 @@ class AFOSMessageParserState(enum.Enum):
FOOTER = enum.auto()
class AFOSMessage(DatabaseTable):
__table__ = 'nexrad_afos_messsage'
__table__ = 'nexrad_afos_message'
__key__ = 'id'
__columns__ = (