修复vn.oanda中服务器地址的bug
This commit is contained in:
parent
42b51f9eae
commit
5543976f7b
@ -9,7 +9,7 @@ from threading import Thread
|
||||
API_SETTING = {}
|
||||
API_SETTING['practice'] = {'rest': 'https://api-fxpractice.oanda.com',
|
||||
'stream': 'https://stream-fxpractice.oanda.com'}
|
||||
API_SETTING['trade'] = {'rest': 'https://api-fxpractice.oanda.com',
|
||||
API_SETTING['trade'] = {'rest': 'https://api-fxtrade.oanda.com',
|
||||
'stream': 'https://stream-fxtrade.oanda.com/'}
|
||||
|
||||
|
||||
|
@ -9,7 +9,7 @@ from threading import Thread
|
||||
API_SETTING = {}
|
||||
API_SETTING['practice'] = {'rest': 'https://api-fxpractice.oanda.com',
|
||||
'stream': 'https://stream-fxpractice.oanda.com'}
|
||||
API_SETTING['trade'] = {'rest': 'https://api-fxpractice.oanda.com',
|
||||
API_SETTING['trade'] = {'rest': 'https://api-fxtrade.oanda.com',
|
||||
'stream': 'https://stream-fxtrade.oanda.com/'}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user