Commit d139f663 authored by Ahmad Nemati's avatar Ahmad Nemati

git pull

parent 113c0955
...@@ -29,7 +29,7 @@ async function init() { ...@@ -29,7 +29,7 @@ async function init() {
f = f.split('\n') f = f.split('\n')
let format = tempFiles[i] let format = tempFiles[i]
// console.log(format) // console.log(format)
format = format.replace('Kelt', 'btc4').replace('SOTT', 'btc3').replace('Pmax', 'btc2').replace('PPST', 'btc1').replace('.csv','') format = format.replace('Kelt', 'btc4').replace('SOTT', 'btc3').replace('Pmax', 'btc2').replace('PPST', 'btc1').replace('.csv','')
await append(format, f) await append(format, f)
// console.log(format) // console.log(format)
......
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