From d4c2585ec217c89acc212eda34014f18cf250b42 Mon Sep 17 00:00:00 2001 From: XANTRONIX Industrial Date: Wed, 19 Feb 2025 23:27:26 -0500 Subject: [PATCH] Fix typo --- lib/nexrad/afos.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/nexrad/afos.py b/lib/nexrad/afos.py index cb5d415..fe8abdb 100644 --- a/lib/nexrad/afos.py +++ b/lib/nexrad/afos.py @@ -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__ = (