From 5921206ba8326b82831c4c04092cc8b6bda60402 Mon Sep 17 00:00:00 2001 From: Nils Date: Sat, 13 Sep 2025 15:24:07 +0200 Subject: [PATCH] extra status timeout removed --- meshcore-bot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshcore-bot.js b/meshcore-bot.js index 00ee680..f9a0d0e 100755 --- a/meshcore-bot.js +++ b/meshcore-bot.js @@ -207,7 +207,7 @@ async function getRepeater(publicKeyPrefix, repeaterPassword) { // get repeater status console.log("Fetching status..."); const timestamp = getTimestamp(); // Store timestamp of first fetch for CSV - const status = await connection.getStatus(contact.publicKey, 5000); + const status = await connection.getStatus(contact.publicKey); console.log(`[${timestamp}] Repeater status`, status); if (csvFile) {