1
0
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:
A_D 2021-05-28 14:54:51 +02:00 committed by Athanasius
parent 6ad22541fe
commit 6de13b9c4d

View File

@ -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: