Closed Laezor closed 3 years ago
seems like that header doesn't exist anymore.
response = requests.utils.unquote(req.headers["CBOUTPUT"])
I changed that line to this
getresponse = re.split(r'\\r',str(req.content))[0] response = getresponse[2:-1]
seems like that header doesn't exist anymore.
I changed that line to this