When supplying the auth = None argument for getting a URL, you get an error: ``` request.add_header('Authorization', 'Basic '+auth) ~~~~~~~~^~~~~ TypeError: can only concatenate str (not "NoneType") to str ```