some things

This commit is contained in:
piair 2022-12-17 18:04:49 +01:00
parent ed47bae6b6
commit 45cd381c3a
1 changed files with 2 additions and 2 deletions

4
V4.py
View File

@ -467,13 +467,13 @@ def BingPcSearch(override=randint(35, 40)):
driver.find_element(By.ID, "sb_form_q").clear()
except Exception as e:
LogError(f"BingPcSearch - clear la barre de recherche - {e}", driver, _mail)
AdvanceTask(task["PC"], 100 )
ChangeColor(task["PC"], "green")
def unban():
driver.find_element(By.ID, "StartAction").click()
CustomSleep(10)
CustomSleep(2)
txt = driver.page_source
uuid0 = findall('wlspispHIPCountrySelect([a-z0-9]+)', txt)[0]
uuid1 = findall('wlspispHIPPhoneInput([a-z0-9]+)', txt)[0]