Commit 73a03629 authored by Ahmad Nemati's avatar Ahmad Nemati

git pu

parent d0c70376
......@@ -66,8 +66,8 @@ function found(pair, lp) {
let d = res[i].split(',')
let timeframe = d[13]
timeframe=timeframe.split(' ')
let newTimeframe='0d'
for (let z=0;z<timeframe.length;z++)
let newTimeframe='0d '
for (let z=1;z<timeframe.length;z++)
{
newTimeframe=newTimeframe+timeframe[z]
if (z !== timeframe.length-1)
......
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