Commit 8944fa99 authored by Ahmad Nemati's avatar Ahmad Nemati

git pu

parent 0cd403c6
......@@ -96,16 +96,7 @@ function grabData(data) {
}
// function watcher() {
// watch(path, {filter: /\.csv$/}, function (evt, name) {
// name=name.split('\\')
// name=name[name.length-1]
// console.log('%s changed.', name);
// if (name.includes('220518212916_O1_ETHUSDT_id1_ETH'))
// updateVars(name)
//
// });
// }
async function checker() {
let arr = []
......
......@@ -32,7 +32,7 @@ async function work() {
}
console.log(arr)
if (arr.length !== 0) {
let timestamp = Date.now()
try {
......
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