diff --git a/lotto-runner/lotto_auto_buy.py b/lotto-runner/lotto_auto_buy.py index b35c382..364e0e6 100644 --- a/lotto-runner/lotto_auto_buy.py +++ b/lotto-runner/lotto_auto_buy.py @@ -163,6 +163,50 @@ def buy_lotto(driver, game_count=5): try: wait = WebDriverWait(driver, 10) + def close_layer_alert_if_present(timeout_s: float = 1.5) -> bool: + """ +