Commit 20899222 authored by Ahmad Nemati's avatar Ahmad Nemati

git pu

parent a6916ffa
......@@ -157,10 +157,10 @@ async function updateVars(name) {
let vars = ai.run(data, getVarsFromName(name))
let varUsage=getVarFromUsage(vars,allData.usage)
console.log(allData.id +' '+'Try Check usage:'+allData.usage +' with current var '+varUsage +' and less than '+allData.value)
if (varUsage < allData.value)
{
console.log(allData.id +' '+'Try Add usage:'+allData.usage +' with current var '+varUsage +' and less than '+allData.value)
// console.log(allData.id +' '+'Try Add usage:'+allData.usage +' with current var '+varUsage +' and less than '+allData.value)
if (lastData.includes('Buy'))
sig = allData.id + 'Sell'
else
......
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