Commit 8773cd7a authored by Ahmad Nemati's avatar Ahmad Nemati

git pu

parent 098c651d
......@@ -124,8 +124,7 @@ async function run(root,name, directory, timestamp) {
let las = []
for (let i = 0; i < 200000; i++) {
if (i < last.length)
if (last[i].total > 0)
if (i < last.length && last[i].allDonePer >800)
las.push(last[i])
}
......
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