I have a Spider that takes the xlsx links, in the Request I call the files and saved in:
def save_file(self, response):
f = open("teste.xls", "wb")
f = write(response.body)
f.close()
But it returns the error:
f = write(resp...
asked by
09.05.2018 / 17:47