extra status timeout removed

This commit is contained in:
Nils
2025-09-13 15:24:07 +02:00
parent f69020ddfc
commit 5921206ba8

View File

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