telegram-chat: fix concatenation (and retry with delay)

Ups... 😳
This commit is contained in:
Christian Hesse 2024-01-29 21:19:36 +01:00
parent a1abfedccd
commit b6367b5df3

View file

@ -57,7 +57,7 @@ $WaitFullyConnected;
} on-error={
:if ($I < 4) do={
$LogPrintExit2 debug $0 ("Fetch failed, " . $I . ". try.") false;
:delay (($I * $I) "s");
:delay (($I * $I) . "s");
}
}
}