Commit a68383f6 authored by Ahmad Nemati's avatar Ahmad Nemati

git pu

parent 76c8703b
...@@ -366,7 +366,7 @@ async function adder(sig, qty, date, allData,pair) { ...@@ -366,7 +366,7 @@ async function adder(sig, qty, date, allData,pair) {
console.log(d) console.log(d)
if (typeof d.id !== "undefined") { if (typeof d.id !== "undefined") {
await sleep(30000) await sleep(60000)
try { try {
d = await exchange.fetchOrder(d.id, d.info.symbol) d = await exchange.fetchOrder(d.id, d.info.symbol)
console.log('Add Suc With id', d.id, sig) console.log('Add Suc With id', d.id, sig)
......
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