Compare commits

..

2 commits

Author SHA1 Message Date
Christian Hesse
9df1a4092d introduce contrib/telegram...
... with all the content for Miss Rose.

https://t.me/MissRose_bot
2025-12-22 12:12:07 +01:00
Christian Hesse
0f91552c75 global-functions: $FetchHuge: handle missing file
This should not happen, as download was supposed to be
successful - it does. 🤪
2025-12-22 09:14:26 +01:00

View file

@ -520,7 +520,7 @@
}
:if ([ $WaitForFile $FileName 5s ] = false) do={
$LogPrint debug $0 ("The file downloaded from " . $Url . " did not show up.");
$LogPrint debug $0 ("The file downloaded from from " . $Url . " did not show up.");
:return false;
}