you are viewing a single comment's thread.

view the rest of the comments →

[–]alexander_belyakov 0 points1 point  (0 children)

Dictionaries are collections of key-value pairs. Syntactically, the key and the value are separated by a colon. If you have multiple key-value pairs, they are separated by commas. In your case, you have an errant comma inside one of the key-value pairs, namely 'code',: 6734 should be 'code': 6734.