remove some errors

This commit is contained in:
piair 2022-11-12 23:46:12 +01:00
parent a19e40b7e5
commit 4f21ef22d4
1 changed files with 2 additions and 2 deletions

4
V4.py
View File

@ -446,7 +446,7 @@ def BingPcSearch(override=randint(35, 40)):
send_keys_wait(driver.find_element(By.ID, "sb_form_q"), mot) send_keys_wait(driver.find_element(By.ID, "sb_form_q"), mot)
driver.find_element(By.ID, "sb_form_q").send_keys(Keys.ENTER) 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)) CustomSleep(uniform(5, 20))
try: try:
@ -781,7 +781,7 @@ def DailyRoutine(custom = False):
if not custom: # custom already login if not custom: # custom already login
login() login()
except Banned : 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() return()
try: try: