From 7a02560473525bb6dcb3934e6a64642204a928cd Mon Sep 17 00:00:00 2001 From: piair Date: Sun, 24 Sep 2023 22:26:03 +0200 Subject: [PATCH] c'est ptet un fix, mais encore une fois je sais pas pk --- V6.py | 14 +++++++------- version | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/V6.py b/V6.py index 0caa5d9..7f8b8d0 100755 --- a/V6.py +++ b/V6.py @@ -208,7 +208,7 @@ def do_poll(): def all_cards(): - input("1") + #input("1") driver.get("https://rewards.bing.com") wait_until_visible(By.CLASS_NAME, "c-card-content", 10, driver) liste = driver.find_elements(By.CLASS_NAME, "c-card-content") @@ -245,17 +245,17 @@ def all_cards(): except IndexError : if i == len(liste) & i > 15 : checked = False - input("2") + #input("2") if checked: custom_sleep(1.5) driver.execute_script("arguments[0].scrollIntoView();", liste[i]) custom_sleep(1.5) - input("3") + #input("3") liste[i].click() - input("4") + #input("4") if len(driver.window_handles) > 1 : driver.switch_to.window(driver.window_handles[1]) - input("5") + #input("5") try_play(driver.title) close_tab(driver.window_handles[1]) try : @@ -787,7 +787,7 @@ def CustomStart(): if "tout" in Actions: daily_routine(True) if "daily" in Actions: - input("0") + #input("0") try: all_cards() except Exception as e: @@ -831,7 +831,7 @@ display.start() if g.dev : driver = firefox_driver() - input("kill ?") + #input("kill ?") driver.quit() elif g.custom_start: CustomStart() diff --git a/version b/version index b48d63a..6bd6f89 100644 --- a/version +++ b/version @@ -1 +1 @@ -v6.5.6 +v6.5.7