1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-21 11:27:38 +03:00

EDDN: Improve export_journal_fcmaterials "don't send" comment

This commit is contained in:
Athanasius 2022-10-05 16:15:08 +01:00 committed by Athanasius
parent 5eb4296ec6
commit 03b36cbe39
No known key found for this signature in database
GPG Key ID: 772697E181BB2767

@ -1350,8 +1350,7 @@ class EDDN:
# }
# ]
# }
# TODO: Check we're configured to send station data
# Abort if we're not configured to send 'station' data.
if not config.get_int('output') & config.OUT_EDDN_SEND_STATION_DATA:
return None