Skip to content

Commit

Permalink
☑️ Project updated to solve GitHub workflow issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
sezRR committed Jan 15, 2024
1 parent d1e0c49 commit 7302331
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python

name: Python package
name: Coolorsco Color Scraper

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion scrape.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def scrape_colors_and_save_data_as_json() -> int:

while True:
ActionChains(driver).send_keys(Keys.END).perform()
time.sleep(0.55)
time.sleep(0.25)

new_height = driver.execute_script("return document.body.scrollHeight")

Expand Down

0 comments on commit 7302331

Please sign in to comment.