Closed glutenfreepy closed 3 years ago
this is the script "get_json_remote.py" in the Dev branch
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")
Ahh, ok. Thank you! i changed that and will push changes.
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.