1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-19 18:37:39 +03:00

removed un-needed object subclass

This commit is contained in:
A_D 2020-08-02 13:42:44 +02:00
parent 3c66ab7246
commit e477f89664
No known key found for this signature in database
GPG Key ID: 4BE9EB7DF45076C4

View File

@ -50,8 +50,7 @@ HORIZ_SKU = 'ELITE_HORIZONS_V_PLANETARY_LANDINGS'
#
# 2, a good few of these methods are static or could be classmethods. they should be created as such.
class EDDN(object):
class EDDN:
# SERVER = 'http://localhost:8081' # testing
SERVER = 'https://eddn.edcd.io:4430'
UPLOAD = f'{SERVER}/upload/'