mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-14 04:03:55 +00:00
commit
e2edcb5457
|
@ -396,7 +396,7 @@ def main(args):
|
||||||
sys.exit()
|
sys.exit()
|
||||||
|
|
||||||
config = load_config(args['config'])
|
config = load_config(args['config'])
|
||||||
url = config.get('api_server', {}).get('server_url', '127.0.0.1')
|
url = config.get('api_server', {}).get('listen_ip_address', '127.0.0.1')
|
||||||
port = config.get('api_server', {}).get('listen_port', '8080')
|
port = config.get('api_server', {}).get('listen_port', '8080')
|
||||||
username = config.get('api_server', {}).get('username')
|
username = config.get('api_server', {}).get('username')
|
||||||
password = config.get('api_server', {}).get('password')
|
password = config.get('api_server', {}).get('password')
|
||||||
|
|
Loading…
Reference in New Issue
Block a user