Simple update browser.py and time_util.py for more randomness - #4814
Conversation
randomize a little sleep_percentage/custom_percentage
|
what if we delete the custom sleep and start using? from time import sleep
from random import randint
sleep(randint(3, 6)) |
|
@converge I think |
|
didn't even know about this way of setting a random sleep delay ! really cool, will definitely check this out in detail soon ! |
Instead of
time.sleep(), use the randomsleep()from.time_utilfor browser.py fileand randomize
sleep_percentageandcustom_percentagefrom.time_util