Commit 433ca575 authored by Ahmad Nemati's avatar Ahmad Nemati

git pu

parent a87a2524
......@@ -9,12 +9,12 @@ async function run() {
let arr = []
let arrDate = []
let levels=[]
for (let i = 0; i < configs.length; i++) {
if (!configs[i].includes('.json'))
continue
let config = await fs.readFileSync('./uniq/' + configs[i], 'utf8')
let config = await fs.readFileSync('./uniq/' + configs[i]+'/default/compound1000.json', 'utf8')
config = JSON.parse(config)
......@@ -60,7 +60,7 @@ async function run() {
if (!configs[i].includes('.json'))
continue
let config = await fs.readFileSync('./uniq/' + configs[i], 'utf8')
let config = await fs.readFileSync('./uniq/' + configs[i]+'/default/compound1000.json', 'utf8')
config = JSON.parse(config)
......
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