mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-01 02:38:55 +00:00
Move python scripts out of tmux folder, adjust other scripts and classes for this change.
This commit is contained in:
@@ -7,7 +7,7 @@ use newznab\processing\PostProcess;
|
||||
$pdo = new Settings();
|
||||
|
||||
if (!isset($argv[1])) {
|
||||
exit($pdo->log->error("This script is not intended to be run manually, it is called from groupfixrelnames_threaded.py."));
|
||||
exit($pdo->log->error("This script is not intended to be run manually, it is called from Forking.php."));
|
||||
} else if (isset($argv[1])) {
|
||||
$namefixer = new \NameFixer(['Settings' => $pdo]);
|
||||
$pieces = explode(' ', $argv[1]);
|
||||
|
||||
Reference in New Issue
Block a user