Commit 168feecc authored by Ahmad Nemati's avatar Ahmad Nemati

git pu

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