response = requests.get(\'http://content.warframe.com/PublicExport/index_en.txt.lzma\') data = lzma.decompress(response.content)
The error I am getting