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) {