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:
parent
da87eb71e6
commit
bcac7e30d8
2
edsm.py
2
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 }
|
||||
|
Loading…
x
Reference in New Issue
Block a user