1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-17 17:42:20 +03:00

EDDN: Also set commodity/3->horizons for journal-sourced data

This commit is contained in:
Athanasius 2021-10-17 16:17:58 +01:00
parent a32546b001
commit b3419ec548
No known key found for this signature in database
GPG Key ID: AE3E527847057C7D

View File

@ -540,7 +540,8 @@ Msg:\n{msg}'''
('stationName', entry['StationName']),
('marketId', entry['MarketID']),
('commodities', commodities),
('odyssey', entry['odyssey'])
('horizons', this.horizons),
('odyssey', this.odyssey),
]),
})