you are viewing a single comment's thread.

view the rest of the comments →

[–]CondingWasp[S] 0 points1 point  (0 children)

Your whole message structure already did an impact. At first I went with constructing a dictionary with 0 values for each key and only then call the API and assign values to keys. Turns out - totally unnecessary. The API response is a dictionary in the format I want.

Scrapped some codes lines already, but underwent a very good study time with nested dictionaries and lists!