Skip to content

Commit

Permalink
Merge branch 'main' of github.com:biglocalnews/WARN
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Feb 5, 2022
2 parents 0c416a9 + f501cd4 commit 72247a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion warn/scrapers/dc.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def scrape(

# Save it to the cache
cache_key = uuid.uuid5(uuid.NAMESPACE_URL, href)
cache.write(f"md/{cache_key}.html", html)
cache.write(f"dc/{cache_key}.html", html)

# Add it to the list
html_list.append(html)
Expand Down

0 comments on commit 72247a6

Please sign in to comment.