Skip to content

Commit

Permalink
GA
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmfinol committed Sep 21, 2024
1 parent 39b6581 commit d065ba3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/games/grand_archive_gabrary_spoilers/scraper.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,6 @@
with open('sets/gabrary_spoilers.json', 'w') as json_file:
json.dump(card_data, json_file, indent=4)

print("Data successfully scraped and saved to cards.json.")
print("Data successfully scraped and saved to sets/gabrary_spoilers.json:")
with open('sets/gabrary_spoilers.json', 'r') as f:
print(f.read())

0 comments on commit d065ba3

Please sign in to comment.