mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-02 19:28:55 +00:00
Fix the update_releases script.
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
<?php
|
||||
|
||||
require_once("config.php");
|
||||
use newznab\processing\ProcessReleases;
|
||||
|
||||
$releases = new ProcessReleases();
|
||||
$sphinx = new Sphinx();
|
||||
$releases = new Releases();
|
||||
$releases->processReleases(1, 1, $groupName, $nntp, true);
|
||||
$sphinx->update();
|
||||
|
||||
Reference in New Issue
Block a user