Author Topic: Ctrl+V Game Mk. II  (Read 10479 times)




"I made a professional mock-up using high-end equipment such as MS Paint."









In the Ukranian job, complete the heist within 35 seconds. (2)

from requests.auth import AuthBase

class PizzaAuth(AuthBase):
    """Attaches HTTP Pizza Authentication to the given Request object."""
    def __init__(self, username):
        # setup any auth-related data here
        self.username = username

    def __call__(self, r):
        # modify and return the request
        r.headers['X-Pizza'] = self.username
        return r

What happened to party all day :c