Fix typo
This commit is contained in:
parent
0dc2358a9b
commit
d4c2585ec2
1 changed files with 1 additions and 1 deletions
|
@ -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__ = (
|
||||
|
|
Loading…
Add table
Reference in a new issue