Commit c4e26ede authored by Ahmad Nemati's avatar Ahmad Nemati

git pull

parent ec193f8f
...@@ -20,7 +20,7 @@ const ccxt = require('ccxt') ...@@ -20,7 +20,7 @@ const ccxt = require('ccxt')
let exchange let exchange
let info let info
exchange.urls['api'] = exchange.urls['test'];
init() init()
...@@ -40,6 +40,8 @@ async function init() { ...@@ -40,6 +40,8 @@ async function init() {
}) })
exchange.urls['api'] = exchange.urls['test'];
run() run()
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment