mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 02:01:33 +00:00
Update ConsoleTools class and related scripts
This commit is contained in:
@@ -9,7 +9,7 @@ use nntmux\ConsoleTools;
|
||||
|
||||
$category = new Category();
|
||||
$pdo = new DB();
|
||||
$consoletools = new ConsoleTools(['ColorCLI' => $pdo->log]);
|
||||
$consoletools = new ConsoleTools();
|
||||
$ran = false;
|
||||
|
||||
if (isset($argv[1], $argv[2]) && $argv[1] === 'all' && $argv[2] === 'true') {
|
||||
|
||||
Reference in New Issue
Block a user