sitereview
sitereview copied to clipboard
req called instead of self.req
Hey PoorBillionaire,
Just playing with this and noted that in the check_response function, in the if statement, you are calling req.status_code. Needs to be self.req.status_code.
Just letting you know,
Thanks for the script!