Commit bfcc7ad1 authored by Ahmad Nemati's avatar Ahmad Nemati

git pull

parent aea68ce0
......@@ -102,8 +102,11 @@ async function read(dir, name) {
let uniq = name[4] + '_' + name[5]
uniq = uniq.replace('.csv', '')
console.log(uniq)
let start=1
if (dir.includes('btc2'))
start=2
// console.log(com.length)
for (let i = 1; i < com.length; i++) {
for (let i = start; i < com.length; i++) {
let pars = com[i].split(',')
let obj = {}
obj.time = pars[1]
......
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