@@ -58,9 +58,9 @@ def do_job():
time.sleep(3)
try:
driver.get('https://www.sparkamplab.com/events/arvr-2021')
- scrolling(20)
+ scrolling(30)
print('done scrolling')
- time.sleep(10)
+ time.sleep(20)
except:
print('excpet')
driver.quit()