H
homepricemaps
if i do the following i get the url of an image i am looking for
image = ""
image = bs.img
print image
however if i do this
out.write (image )
i get an error that says "nonetype error is not callable"
any ideas
image = ""
image = bs.img
print image
however if i do this
out.write (image )
i get an error that says "nonetype error is not callable"
any ideas