From 9b7b9f51e437e890b991b220d2e06b3125e87223 Mon Sep 17 00:00:00 2001 From: piair Date: Fri, 18 Feb 2022 20:44:02 +0100 Subject: [PATCH] ok --- V4.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/V4.py b/V4.py index 3ac1cfc..6e7a1fc 100755 --- a/V4.py +++ b/V4.py @@ -413,7 +413,7 @@ def login() : def BingPcSearch(override = randint(35,40)): - driver.get(f'https://www.bing.com/search?q={choice([x for x in range (999999)])}') + driver.get(f'https://www.bing.com/search?q={choice(Liste_de_mot)}') CustomSleep(uniform(1,2)) RGPD() send_keys_wait( driver.find_element(By.ID, 'sb_form_q'),Keys.BACKSPACE+Keys.BACKSPACE+Keys.BACKSPACE+Keys.BACKSPACE+Keys.BACKSPACE+Keys.BACKSPACE)