diff --git a/spotipy/util.py b/spotipy/util.py index 138baa0..6626947 100644 --- a/spotipy/util.py +++ b/spotipy/util.py @@ -57,7 +57,7 @@ def normalize_scope(scope): return Scope.make_string(scope) scopes = scope else: - raise Exception( + raise TypeError( "Unsupported scope value, please either provide a list of scopes, " "or a string of scopes separated by commas." )