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:
parent
3c66ab7246
commit
e477f89664
@ -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/'
|
||||
|
Loading…
x
Reference in New Issue
Block a user