Typo
This commit is contained in:
parent
0fdfc1172c
commit
c2e0cf4488
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ def cols(text: str, start: int, end: int):
|
|||
return text[a:b]
|
||||
|
||||
class IGRAStation(DatabaseTable):
|
||||
__table__ = 'xmet_igra-station'
|
||||
__table__ = 'xmet_igra_station'
|
||||
__key__ = 'code'
|
||||
|
||||
__columns__ = (
|
||||
|
|
Loading…
Add table
Reference in a new issue