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

Removed todo related to Horizons

This commit is contained in:
A_D 2020-08-07 14:54:43 +02:00
parent 94418dc4fa
commit a88cb454da
No known key found for this signature in database
GPG Key ID: 4BE9EB7DF45076C4

View File

@ -50,12 +50,7 @@ this.shipyard = None
HORIZ_SKU = 'ELITE_HORIZONS_V_PLANETARY_LANDINGS'
# TODO:
# 1, this does a bunch of magic checks for whether or not the given commander has horizons. We can get that directly
# from CAPI via commander.capabilities.Horizons -- Should this be changed to use that? did such a thing exist when
# this was written?
#
# 2, a good few of these methods are static or could be classmethods. they should be created as such.
# TODO: a good few of these methods are static or could be classmethods. they should be created as such.
class EDDN:
# SERVER = 'http://localhost:8081' # testing