From 1272eb31dc1c5dd2b15afabc00293e3619a3bee1 Mon Sep 17 00:00:00 2001 From: Penelope Gomez / Pogmommy Date: Tue, 7 Feb 2023 11:40:25 -0700 Subject: [PATCH] minor fixes --- TwitToMast.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TwitToMast.js b/TwitToMast.js index e150cd9..9bcb9b5 100644 --- a/TwitToMast.js +++ b/TwitToMast.js @@ -156,7 +156,7 @@ debuglog("Setting up...",1); debuglog("userName: " + userName,1); debuglog("maxTweetScan: " + maxTweetScan,1); debuglog("debug: " + debug,1); -debuglog("API_URL: " + config[0],1); +debuglog("API_URL: " + config[1],1); debuglog("Enable Quote Tweets: " + modulesToEnable[0],1); debuglog("Enable Thread Tweets: " + modulesToEnable[1],1);