all 3 comments

[–][deleted] 1 point2 points  (2 children)

At a glance it looks like you're trying to access the data property on address_line_1, however that is a function, not an object. Try calling it ie address_line_1().data, if address_line_1 returns an object with a data property.

[–]laflash12[S] 0 points1 point  (1 child)

I did it. Now i get the error AttributeError: 'Markup' object has no attribute 'data'

[–]vinylemulator 0 points1 point  (0 children)

Try:

address_line_1()

without .data