Compare commits

..

2 commits

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

https://t.me/MissRose_bot
2025-12-25 23:56:00 +01:00
Christian Hesse
0745f09a8a global-functions: $FetchHuge: handle missing file
This should not happen, as download was supposed to be
successful - it does. 🤪
2025-12-25 23:56:00 +01:00

View file

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