From 10b36aa60b9191621d98bd843240583973a222e0 Mon Sep 17 00:00:00 2001 From: Jonathan Harris Date: Wed, 31 Oct 2018 19:11:17 +0000 Subject: [PATCH] Don't send faction reputation with EDDN Location and FSDJump messages --- EDMarketConnector.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/EDMarketConnector.py b/EDMarketConnector.py index 035f884c..06d4dcd9 100755 --- a/EDMarketConnector.py +++ b/EDMarketConnector.py @@ -668,6 +668,8 @@ class AppWindow: # strip out properties disallowed by the schema for thing in ['CockpitBreach', 'BoostUsed', 'FuelLevel', 'FuelUsed', 'JumpDist', 'Latitude', 'Longitude', 'Wanted']: entry.pop(thing, None) + for faction in entry.get('Factions', []): + faction.pop('MyReputation', None) # add planet to Docked event for planetary stations if known if entry['event'] == 'Docked' and monitor.planet: