@@ -36,7 +36,7 @@ if True:
driver.get(l)
print(driver.current_url)
# driver.implicitly_wait (2)
- time.sleep(3)
+ time.sleep(6)
driver.quit()