From 4f21ef22d4fce762f37bb526c0e0c1d60538bce4 Mon Sep 17 00:00:00 2001 From: piair Date: Sat, 12 Nov 2022 23:46:12 +0100 Subject: [PATCH] remove some errors --- V4.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/V4.py b/V4.py index e36bebc..a1545f5 100755 --- a/V4.py +++ b/V4.py @@ -446,7 +446,7 @@ def BingPcSearch(override=randint(35, 40)): send_keys_wait(driver.find_element(By.ID, "sb_form_q"), mot) driver.find_element(By.ID, "sb_form_q").send_keys(Keys.ENTER) - AdvanceTask(task["PC"], 1/override) + AdvanceTask(task["PC"], 1/override * 100 ) CustomSleep(uniform(5, 20)) try: @@ -781,7 +781,7 @@ def DailyRoutine(custom = False): if not custom: # custom already login login() except Banned : - LogError("THIS ACCOUND IS BANNED. FIX THIS ISSUE WITH -U", driver, mail) + LogError("THIS ACCOUND IS BANNED. FIX THIS ISSUE WITH -U", driver, _mail) return() try: