diff --git a/edsm.py b/edsm.py index a9aaebaf..68e7872f 100644 --- a/edsm.py +++ b/edsm.py @@ -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 }