mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-06-15 06:42:15 +03:00
Fix
This commit is contained in:
parent
96327b09fc
commit
f87680d609
2
eddn.py
2
eddn.py
@ -31,7 +31,7 @@ replayfile = None # For delayed messages
|
|||||||
class EDDN:
|
class EDDN:
|
||||||
|
|
||||||
### SERVER = 'http://localhost:8081/' # testing
|
### SERVER = 'http://localhost:8081/' # testing
|
||||||
SERVER = 'http://eddn-gateway.elite-markets.net:8080/'
|
SERVER = 'http://eddn-gateway.elite-markets.net:8080'
|
||||||
UPLOAD = '%s/upload/' % SERVER
|
UPLOAD = '%s/upload/' % SERVER
|
||||||
HEALTH = '%s/health_check/' % SERVER
|
HEALTH = '%s/health_check/' % SERVER
|
||||||
REPLAYPERIOD = 400 # Roughly two messages per second, accounting for send delays [ms]
|
REPLAYPERIOD = 400 # Roughly two messages per second, accounting for send delays [ms]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user