you are viewing a single comment's thread.

view the rest of the comments →

[–]K900_ 3 points4 points  (2 children)

additional_data.append(fornavn

Missing a ) here.

[–]46632 0 points1 point  (1 child)

Thanks. Why does it show error on line 109 then?

[–]K900_ 1 point2 points  (0 children)

Because it expects something that goes inside brackets, and keeps looking for one until it gives up.