Skip to content

Commit

Permalink
idk made it a bit more dangerous oooh
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorashi committed Aug 19, 2023
1 parent 35fd4c3 commit 812d75e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
from selenium.webdriver.common.by import By
from selenium.webdriver.support import expected_conditions as EC
from selenium.webdriver.support.wait import WebDriverWait
from typing import overload
from time import sleep

class BingoAutomator:
def __init__(self, driver :webdriver , url : str , cards_location = "cards.txt", input_phrases = "input.txt", output_path = "output.txt", timeout :int = 0.44) -> None:
def __init__(self, driver :webdriver , url : str = '' , cards_location = "cards.txt", input_phrases = "input.txt", output_path = "output.txt", timeout :int = 0.3) -> None:
'''
driver : selenium.webdriver
url : string of the bingomaker.com generator url
Expand Down

0 comments on commit 812d75e

Please sign in to comment.