pnijhara / sih-2019

No newline at end of file FLK-W292
Style
Minor
4 years ago4 years old
no newline at end of file
22        if not auth or not check_auth(auth.username, auth.password):
23            return authenticate()
24        return f(*args, **kwargs)
25    return decorated