From bcac7e30d8032f2112995d19e84be2785e3f0a37 Mon Sep 17 00:00:00 2001 From: Jonathan Harris Date: Sun, 31 Jan 2016 12:51:27 +0000 Subject: [PATCH] Don't send 'Destination' training system to EDSM --- edsm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }