aboutsummaryrefslogtreecommitdiff
path: root/pandora/models/station.py
diff options
context:
space:
mode:
Diffstat (limited to 'pandora/models/station.py')
-rw-r--r--pandora/models/station.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandora/models/station.py b/pandora/models/station.py
index d4f4846..a1880ec 100644
--- a/pandora/models/station.py
+++ b/pandora/models/station.py
@@ -104,7 +104,7 @@ class GenreStation(PandoraModel):
104 token = Field("stationToken") 104 token = Field("stationToken")
105 category = Field("categoryName") 105 category = Field("categoryName")
106 106
107 def get_playlist(self): # pragma: no cover 107 def get_playlist(self):
108 raise NotImplementedError("Genre stations do not have playlists. " 108 raise NotImplementedError("Genre stations do not have playlists. "
109 "Create a real station using the token.") 109 "Create a real station using the token.")
110 110