mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-06-16 15:22:17 +03:00
Merge pull request #479 from VAKazakov/patch-1
Fixing reputation values error on Inara
This commit is contained in:
commit
bb9385422d
@ -374,7 +374,7 @@ def journal_entry(cmdr, is_beta, system, station, entry, state):
|
|||||||
[
|
[
|
||||||
OrderedDict([
|
OrderedDict([
|
||||||
('minorfactionName', f['Name']),
|
('minorfactionName', f['Name']),
|
||||||
('minorfactionReputation', f['MyReputation']),
|
('minorfactionReputation', f['MyReputation']/100.0),
|
||||||
]) for f in entry['Factions']
|
]) for f in entry['Factions']
|
||||||
])
|
])
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user