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

EDDN: Make comment about removing odyssey flag a WORKAROUND

This is for the NavRoute handling.
This commit is contained in:
Athanasius 2021-09-27 14:46:18 +01:00
parent 0ffbb4dac9
commit ba20599511
No known key found for this signature in database
GPG Key ID: AE3E527847057C7D

View File

@ -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']
#######################################################################