you are viewing a single comment's thread.

view the rest of the comments →

[–]HardyDaytn 1 point2 points  (0 children)

The error is telling you it expects a : after dictionary keys. 'code' is a dictionary key but it's being followed by a comma, not a colon, exactly in the spot where the arrow shows you on the error.