fixed queue

This commit is contained in:
Chris
2020-01-13 00:31:19 +01:00
parent 80e210af86
commit 3a27592d58

View File

@@ -15,7 +15,7 @@ switch($argv[1])
uploadqueue();
break;
default:
exit("[ERR] Command not found. Available commands are: 15min,hourly,daily,weekly");
exit("[ERR] Command not found. Available commands are: uploadqueue");
}
function uploadqueue()