Commit 4b2c8a75 authored by Ahmad Nemati's avatar Ahmad Nemati

git pull

parent 2e892d60
......@@ -67,8 +67,7 @@ async function balanceUpdater() {
async function run() {
let files = await fs.readdirSync(path)
for (let i = 0; i < files.length; i++) {
if (!files[i].includes('Lp'))
continue
let fl = files[i].split('_')
let pair = 'BTCUSDT'
......
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