This commit is contained in:
XANTRONIX 2025-02-24 23:21:13 -05:00
parent 0fdfc1172c
commit c2e0cf4488

View file

@ -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__ = (