diff --git a/docs/games/grand_archive_gabrary_spoilers/scraper.py b/docs/games/grand_archive_gabrary_spoilers/scraper.py index e8380beb..bded2de1 100644 --- a/docs/games/grand_archive_gabrary_spoilers/scraper.py +++ b/docs/games/grand_archive_gabrary_spoilers/scraper.py @@ -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.") \ No newline at end of file +print("Data successfully scraped and saved to sets/gabrary_spoilers.json:") +with open('sets/gabrary_spoilers.json', 'r') as f: + print(f.read()) \ No newline at end of file