mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-14 16:27:13 +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
|
||||
# • MarketID
|
||||
|
||||
if entry.get('onstation', False):
|
||||
if entry.get('OnStation', False):
|
||||
self.station = entry.get('StationName', '')
|
||||
|
||||
else:
|
||||
|
Loading…
x
Reference in New Issue
Block a user