1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-18 18:07:37 +03:00

EDDN: Set horizons on commodity/3 messages as per schema

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

View File

@ -372,6 +372,7 @@ Msg:\n{msg}'''
('stationName', data['lastStarport']['name']),
('marketId', data['lastStarport']['id']),
('commodities', commodities),
('horizons', this.horizons),
('odyssey', this.odyssey),
])