1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-15 08:40:34 +03:00

eddn: fcmaterials: Actually send horizons and odyssey flags for CAPI data

This commit is contained in:
Athanasius 2022-08-31 16:34:21 +01:00
parent c77576f3d4
commit 69ef3b7d39
No known key found for this signature in database
GPG Key ID: 8C392035DD80FD62

View File

@ -1278,6 +1278,8 @@ class EDDN:
'timestamp': data['timestamp'],
'event': 'FCMaterials',
'data-source': 'CAPI', # Mandatory indication of data source
'horizons': horizons,
'odyssey': this.odyssey,
'MarketID': data['lastStarport']['id'],
'CarrierID': data['lastStarport']['name'],
'Items': items,