Commit bdaf26da authored by Ahmad Nemati's avatar Ahmad Nemati

git pu

parent 991fe7fa
...@@ -28,8 +28,8 @@ async function init() { ...@@ -28,8 +28,8 @@ async function init() {
if (!res[i].includes(lp+'_')) if (!res[i].includes(lp+'_'))
continue continue
console.log(res[i])
let d=res.split(',') let d=res[i].split(',')
let timeframe=d[13] let timeframe=d[13]
let pvt=d[14] let pvt=d[14]
let factor=d[15] let factor=d[15]
......
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