mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-06-03 17:10:59 +03:00
Inara: Fix case on Inara 'marketID' key
This commit is contained in:
parent
7a69ca5e6b
commit
1d3ee4d6a9
@ -624,7 +624,7 @@ def journal_entry( # noqa: C901, CCR001
|
||||
to_send = {
|
||||
'starsystemName': system,
|
||||
'stationName': entry['Name'],
|
||||
'marketid': entry['MarketID'],
|
||||
'marketID': entry['MarketID'],
|
||||
'starsystemBodyName': entry['BodyName'],
|
||||
'starsystemBodyCoords': [entry['Latitude'], entry['Longitude']]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user