Skip to content

Commit

Permalink
Patch GA
Browse files Browse the repository at this point in the history
  • Loading branch information
stucka committed Aug 29, 2024
1 parent 747f612 commit 866d400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion warn/scrapers/ga.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def scrape(
filehref = BeautifulSoup(listing[0], features="html5lib")("a")[0]["href"]
fileid = BeautifulSoup(listing[0], features="html5lib")("a")[0].contents[0]
targetfilename = cache_dir / ("ga/" + fileid + ".format3")
utils.fetch_if_not_cached(targetfilename, filehref)
utils.fetch_if_not_cached(targetfilename, filehref, headers=headers)

# Parse detailed data
masterlist = []
Expand Down

0 comments on commit 866d400

Please sign in to comment.