glutenfreepy / daily-stoic-api

API for serving up the titles of daily meditations from the book "The Daily Stoic"
7 stars 0 forks source link

Only Jan and part of Feb is making it to db-see image #15

Closed glutenfreepy closed 3 years ago

glutenfreepy commented 3 years ago
deta-stoic-ingest-error
glutenfreepy commented 3 years ago

this is the script "get_json_remote.py" in the Dev branch

bbelderbos commented 3 years ago

data is a dict so you need to loop through it like this: (Pdb) for k, v in data.items(): print(f"{k}\n{v}\n\b")

glutenfreepy commented 3 years ago

Ahh, ok. Thank you! i changed that and will push changes.

glutenfreepy commented 3 years ago

this was due to a key in the ishan's json file that was empty "". Issue was submitted to Ishan, and code has been modified to check for this.