diff --git a/src/lib/patchers.py b/src/lib/patchers.py index 9994e0e..c4097d8 100644 --- a/src/lib/patchers.py +++ b/src/lib/patchers.py @@ -115,6 +115,6 @@ patchers: List[Patcher] = [ lambda response, request: Response( response.code, response.headers, - apply_url_params(response.body.replace(b'', b''), 'spin=true').encode('utf-8') + apply_url_params(response.body.replace(b'', b''), 'spiin=true').encode('utf-8') ) if 'text/html' in response.headers.values() and (random.randint(0, 1000) < 1 or is_subdict({'spiin': 'true'}, request.path.params)) else response ]