fixed bot add all - added sleep
This commit is contained in:
parent
134873e50c
commit
1da283c375
|
@ -39,6 +39,7 @@ switch ($argv[1]) {
|
|||
if ($bot_name != 'All') {
|
||||
die;
|
||||
}
|
||||
sleep(1);
|
||||
}
|
||||
}
|
||||
echo "All bots are working.\n";
|
||||
|
@ -86,4 +87,4 @@ function custom_shuffle($my_array = array()) {
|
|||
unset($my_array[$element]);
|
||||
}
|
||||
return $copy;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue