Move python scripts out of tmux folder into update_scripts folder, adjust other parts of newznab-tmux to accommodate the change.

This commit is contained in:
Darko
2015-09-30 10:55:02 +02:00
parent dad4b5b5ed
commit 0602f5173a
40 changed files with 232 additions and 134 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]);