michplunkett / ucpd-incident-scraper

This code is going to be used to scrape the UCPD Daily Incident page at a pre-determined frequency and store the incidents on a generic JSON data-store.
MIT License
3 stars 2 forks source link

Correct Heroku service account ingestion #51

Closed michplunkett closed 8 months ago

michplunkett commented 8 months ago

Describe your changes

I should be using from_json_keyfile_dict, not from_json.

Checklist before requesting a review