From c2ffd08617c161020e87b8d7df240ccf779f28d2 Mon Sep 17 00:00:00 2001 From: timberjoegithub Date: Tue, 28 May 2024 11:05:24 -0400 Subject: [PATCH] delint --- social.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/social.py b/social.py index ae54ac2..1981b38 100644 --- a/social.py +++ b/social.py @@ -439,8 +439,7 @@ def scrolling(counter,driver): for _i in range(counter): try: scrolling = driver.execute_script( - 'document.getElementsByClassName("dS8AEf")[0].scrollTop = / - document.getElementsByClassName("dS8AEf")[0].scrollHeight', + 'document.getElementsByClassName("dS8AEf")[0].scrollTop=document.getElementsByClassName("dS8AEf")[0].scrollHeight', scrollable_div ) time.sleep(3)