Commit fa9dad7b authored by Ahmad Nemati's avatar Ahmad Nemati

git pull

parent d1630ff9
......@@ -48,7 +48,7 @@ async function print()
let data=all[i].data
for (let j=0;j<data.length;j++)
{
console.log(data[j])
console.log(data[j].data[2])
text=text+data[j].text
if (j !==data.length-1)
text=text+'\n'
......
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