mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-06-07 19:03:23 +03:00
Re-cased mistakenly lowered field
This commit is contained in:
parent
6ad22541fe
commit
6de13b9c4d
@ -708,7 +708,7 @@ class EDLogs(FileSystemEventHandler): # type: ignore # See below
|
|||||||
# • StationType
|
# • StationType
|
||||||
# • MarketID
|
# • MarketID
|
||||||
|
|
||||||
if entry.get('onstation', False):
|
if entry.get('OnStation', False):
|
||||||
self.station = entry.get('StationName', '')
|
self.station = entry.get('StationName', '')
|
||||||
|
|
||||||
else:
|
else:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user