This commit is contained in:
xiaomlove
2025-09-14 00:47:09 +07:00
parent 4c46f376ba
commit c74c88f5a5
10 changed files with 65 additions and 22 deletions
+1 -1
View File
@@ -333,7 +333,7 @@ class SeedBoxRepository extends BaseRepository
$asnObj = $reader->asn($ip);
return $asnObj->autonomousSystemNumber ?? 0;
} catch (\Exception $e) {
do_log("ip: $ip, error: " . $e->getMessage(), 'error');
do_log("ip: $ip, error: " . $e->getMessage());
return 0;
}
});