Update multi.js
change variable for more universal application
This commit is contained in:
parent
f35b6de5ab
commit
79f46b803a
1 changed files with 1 additions and 1 deletions
2
multi.js
2
multi.js
|
@ -1,5 +1,5 @@
|
||||||
const args = process.argv;
|
const args = process.argv;
|
||||||
const defArgs = ["node","path","name","tweetCount","0","write","fromLoop"]
|
const defArgs = ["node","path","name","tweetCount","0","write","printHeader"]
|
||||||
for (var i = 0; i < 2; i++) {args.shift();}
|
for (var i = 0; i < 2; i++) {args.shift();}
|
||||||
const config = require('fs').readFileSync("./usernameslist.txt").toString().split(/[\r\n]+/);
|
const config = require('fs').readFileSync("./usernameslist.txt").toString().split(/[\r\n]+/);
|
||||||
for (let name of config) {
|
for (let name of config) {
|
||||||
|
|
Reference in a new issue