Skip to content

Commit

Permalink
Grand Archive
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmfinol committed Sep 21, 2024
1 parent 4c91228 commit 39b6581
Show file tree
Hide file tree
Showing 3 changed files with 100 additions and 100 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scrape.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
with:
branch: main
file_pattern: fastlane/metadata
commit_message: Update Release Notes (MINOR)
commit_message: Update docs/games/grand_archive_gabrary_spoilers/sets/gabrary_spoilers.json
2 changes: 1 addition & 1 deletion docs/games/grand_archive_gabrary_spoilers/scraper.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
driver.get(url)

# Optionally, wait for elements to load
driver.implicitly_wait(10)
driver.implicitly_wait(100)

# Extract content
content = driver.page_source
Expand Down
Loading

0 comments on commit 39b6581

Please sign in to comment.