1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-17 17:42:20 +03:00

Don't send 'Destination' training system to EDSM

This commit is contained in:
Jonathan Harris 2016-01-31 12:51:27 +00:00
parent da87eb71e6
commit bcac7e30d8

View File

@ -15,7 +15,7 @@ if __debug__:
class EDSM:
_TIMEOUT = 10
FAKE = ['CQC', 'Training'] # Fake systems that shouldn't be sent to EDSM
FAKE = ['CQC', 'Training', 'Destination'] # Fake systems that shouldn't be sent to EDSM
def __init__(self):
self.result = { 'img': None, 'url': None, 'done': True }