Jobber : Update worktime to be from 10 to 19.

This commit is contained in:
Dmitry Voronin 2024-06-19 13:29:32 +03:00
parent edc51ec153
commit d28cd65a27
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -22,8 +22,8 @@ DELAY_CAP = 120 # Delay between users in seconds.
DELAY_VPN = 30 # Delay waiting for VPN connection in seconds. DELAY_VPN = 30 # Delay waiting for VPN connection in seconds.
DELAY_ERROR = 30 # Delay in case of errors in seconds. DELAY_ERROR = 30 # Delay in case of errors in seconds.
DELAY_CLICK = 30 # Delay after button click. DELAY_CLICK = 30 # Delay after button click.
SHIFT_START = 9 # Work starts at hour. SHIFT_START = 10 # Work starts at hour.
SHIFT_END = 18 # Work ends at hour. SHIFT_END = 19 # Work ends at hour.
TRIES_MAX = 5 # Maximum tries to press button before give up. TRIES_MAX = 5 # Maximum tries to press button before give up.
URL_SCHEME = "https://" URL_SCHEME = "https://"
URL = "portal.fsight.ru/" URL = "portal.fsight.ru/"