Commit e98c5dc6 authored by Ahmad Nemati's avatar Ahmad Nemati

git pull

parent 29bf3c68
...@@ -30,7 +30,7 @@ async function init() { ...@@ -30,7 +30,7 @@ async function init() {
let format = tempFiles[i].split('&') let format = tempFiles[i].split('&')
// console.log(format) // console.log(format)
format = format[0] + '&' + format[1] + '&' + format[2] + '&' + format[3] format = format[0] + '&' + format[1] + '&' + format[2] + '&' + format[3]
format = format.replace('Kelt', 'btc4').replace('SOTT', 'btc3').replace('Pmax', 'btc2').replace('PPST', 'btc1') 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