From ba20599511baee903206b90084a2adfe93b03883 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Mon, 27 Sep 2021 14:46:18 +0100 Subject: [PATCH] EDDN: Make comment about removing odyssey flag a WORKAROUND This is for the NavRoute handling. --- plugins/eddn.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/eddn.py b/plugins/eddn.py index 46c011a3..35685646 100644 --- a/plugins/eddn.py +++ b/plugins/eddn.py @@ -883,7 +883,7 @@ Msg:\n{msg}''' ####################################################################### # Elisions ####################################################################### - # This will reject with the Odyssey flag present + # WORKAROUND WIP EDDN schema | 2021-09-27: This will reject with the Odyssey flag present if entry.get('odyssey') is not None: del entry['odyssey'] #######################################################################