Skip to content

Commit

Permalink
fuck u github ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kaixinol committed Nov 12, 2023
1 parent c605c88 commit 1b555a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twitter_user_tweet_crawler/tweet.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def click_sensitive_element():
result = None
available_driver.get(self.link)
wait = WebDriverWait(available_driver, 20)
sleep(15)
sleep(60)
element = wait.until(EC.presence_of_element_located((By.XPATH, '//*/time/ancestor::*[3]')))
time_stamp = element.find_element(By.XPATH, '//time').get_attribute('datetime')
location = True
Expand Down

0 comments on commit 1b555a8

Please sign in to comment.