From 79f46b803a1716cd52e6e9af6be1a501a71fe329 Mon Sep 17 00:00:00 2001 From: Penelope Gomez / Pogmommy Date: Tue, 7 Feb 2023 20:25:09 -0700 Subject: [PATCH] Update multi.js change variable for more universal application --- multi.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multi.js b/multi.js index f7b5634..ec21bb2 100644 --- a/multi.js +++ b/multi.js @@ -1,5 +1,5 @@ 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();} const config = require('fs').readFileSync("./usernameslist.txt").toString().split(/[\r\n]+/); for (let name of config) {