no message

This commit is contained in:
hellcat 2025-12-18 17:32:45 +08:00
parent 4d52862005
commit d155f698cd

View File

@ -158,6 +158,7 @@ final class FreenodeCrawl
$aFileList = self::$sMethod($aFrom); // 没有就返回空数组所以不用判断直接foreach $aFileList = self::$sMethod($aFrom); // 没有就返回空数组所以不用判断直接foreach
$sMsg = " - CrawlFreenode爬from返回空 -> ".json_encode($aFrom)." \n"; $sMsg = " - CrawlFreenode爬from返回空 -> ".json_encode($aFrom)." \n";
echo $sMsg;
TeleSlave::log()->send($sMsg); TeleSlave::log()->send($sMsg);
foreach ($aFileList as $sFileRow) { foreach ($aFileList as $sFileRow) {