Commit 9e62441f authored by Ahmad Nemati's avatar Ahmad Nemati

git pull

parent eadd692a
...@@ -49,7 +49,7 @@ app.post('/signal', (req, res) => { ...@@ -49,7 +49,7 @@ app.post('/signal', (req, res) => {
res.send('Done') res.send('Done')
console.log(req.body) console.log(req.body)
analyse(req.body) // analyse(req.body)
}) })
...@@ -151,7 +151,7 @@ async function init() { ...@@ -151,7 +151,7 @@ async function init() {
// exchange.urls['api'] = exchange.urls['test']; // exchange.urls['api'] = exchange.urls['test'];
run() // run()
// balanceUpdater() // balanceUpdater()
} }
......
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