03.01.2022, 14:52
Line 136 should be:
data, err, hdrs = request(url)
Otherwise result is assigned to the image variable not data
data, err, hdrs = request(url)
Otherwise result is assigned to the image variable not data