recover ptGen

This commit is contained in:
xiaomlove
2025-05-16 02:43:45 +07:00
parent 47f453335d
commit d123e8a849
19 changed files with 140 additions and 41 deletions

View File

@@ -51,7 +51,7 @@ switch ($siteid)
{
$ptGen = new \Nexus\PTGen\PTGen();
try {
$ptGen->updateTorrentPtGen($row, $siteid);
$ptGen->updateTorrentPtGen($id);
} catch (\Exception $e) {
$log = $e->getMessage() . ", trace: " . $e->getTraceAsString();
do_log($log, 'error');