Skip to content

Commit

Permalink
Update dalle.py
Browse files Browse the repository at this point in the history
  • Loading branch information
elder-plinius authored Oct 21, 2023
1 parent 3eca1ec commit 5440c7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dalle3/dalle.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def get_urls(self):
set(
[
element.get_attribute("src")
for element in WebDriverWait(self.driver, 600).until(
for element in WebDriverWait(self.driver, 1600).until(
EC.presence_of_all_elements_located((By.CLASS_NAME, "mimg"))
)
]
Expand Down

0 comments on commit 5440c7f

Please sign in to comment.