1
0
mirror of https://github.com/KubaPro010/fm-dx-webserver.git synced 2026-02-26 22:13:53 +01:00
This commit is contained in:
2026-02-24 10:01:10 +01:00
parent 3080468415
commit 1f70b58295

View File

@@ -88,6 +88,7 @@ async function buildTxDatabase() {
localDb = await response.json();
buildPiFreqIndex();
consoleCmd.logInfo('Transmitter database successfully loaded.');
nextLocalDbUpdate = Date.now() + localDbUpdateInterval;
awaitingTxInfo = false;
} catch (error) {
consoleCmd.logError("Failed to fetch transmitter database:", error);