Commit 13b774c1 authored by Ahmad Nemati's avatar Ahmad Nemati

git pull

parent fe7f7fd6
...@@ -37,8 +37,8 @@ await renamer(com[i].config,com[i].uniq) ...@@ -37,8 +37,8 @@ await renamer(com[i].config,com[i].uniq)
// 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) append(format, f)
console.log(format,f) // console.log(format,f)
// //
} }
...@@ -49,7 +49,7 @@ await renamer(com[i].config,com[i].uniq) ...@@ -49,7 +49,7 @@ await renamer(com[i].config,com[i].uniq)
async function append(config, data) { async function append(config, data) {
for (let i = 0; i < files.length; i++) { for (let i = 0; i < files.length; i++) {
console.log(config,files[i])
if (files[i].includes(config + '_')) { if (files[i].includes(config + '_')) {
//console.log(files[i]) //console.log(files[i])
for (let j = 0; j < data.length; j++) for (let j = 0; j < data.length; j++)
......
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