Commit 4cc5eb6a authored by Ahmad Nemati's avatar Ahmad Nemati

git pu

parent 84f1d544
......@@ -11,7 +11,7 @@ async function init()
{
let com = await fs.readFileSync('com.json', 'utf8');
com = JSON.parse(com)
for (let i=0;i<com.length;i++)
for (let i=0;i<100;i++)
{
com[i].platform=com[i].platform.split('-')[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