no message

This commit is contained in:
hellcat 2025-12-18 18:40:32 +08:00
parent 1a9876eac5
commit 3f45687fb2

View File

@ -45,6 +45,7 @@ final class FreenodeSync
if (!isset($aResult["is_done"]) || $aResult["is_done"] != true) {
$sMsg = "freenodeSync::同步失败 ->".json_encode($oFnSite->toArray())."->".json_encode($aResult);
echo $sMsg;
TeleSlave::warn()->setMsgS($sMsg)->send();
continue;
}