Move python scripts out of tmux folder, adjust other scripts and classes for this change.

This commit is contained in:
Darko
2015-09-30 12:13:57 +02:00
parent 05056ba84b
commit 9e87cab0d2
39 changed files with 270 additions and 191 deletions
@@ -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]);