Replace/remove refferences to python scripts where possible.

This commit is contained in:
DariusIII
2016-05-09 13:46:23 +02:00
parent 86f4824ac9
commit 9ec0078162
5 changed files with 7 additions and 6 deletions
@@ -9,7 +9,7 @@ use newznab\NNTP;
$c = new ColorCLI();
if (!isset($argv[1])) {
exit($c->error("This script is not intended to be run manually, it is called from postprocess_threaded.py."));
exit($c->error("This script is not intended to be run manually, it is called from postprocess.php."));
}