need help with this code, i want the bot open the site every 24h but not on Friday and Saturday how can i do it?
import webbrowser
from pynput.mouse import Button, Controller
import time
print("Hello! Welcome to 1Report Destroyer")
time.sleep(2)
print("From now, you have nothing to worry about")
time.sleep(2)
print("LET ME DO YOUR JOB")
while True:
time.sleep(86400)
print("lets Destroy")
webbrowser.open("https://one.prat.idf.il/finish")
mouse = Controller()
print("Current position: " + str(mouse.position))
mouse.position = (949, 555)
print("Current position: " + str(mouse.position))
time.sleep(5)
mouse.click(Button.left, 1)
print("ON YOUR FACE 1REPORT")