Commit 82b58ae7 authored by Ahmad Nemati's avatar Ahmad Nemati

git pu

parent 0af6dbab
......@@ -51,7 +51,7 @@ async function run() {
// console.log(lastFile[lastFile.length - 2])
let data = grabData(lastFile)
console.log(data)
let vars = ai.run(data)
let sp = files[i].split('_')
......@@ -63,7 +63,7 @@ console.log(data)
}
// console.log(datas)
// checker()
checker()
}
......@@ -152,7 +152,7 @@ async function updateVars(name) {
closer(sig)
let data = grabData([lastData])
console.log(data)
let vars = ai.run(data, getVarsFromName(name))
......
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