aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjcass <john.cass77@gmail.com>2015-12-29 07:22:47 +0200
committerjcass <john.cass77@gmail.com>2015-12-29 07:22:47 +0200
commitbcbe294e8143f2a28b38e4d93e53f142bca5e3b0 (patch)
tree4dfa69755dfcb9d9bac77f2f3364bf412e6eed8a
parent20bf142fd480bdca7d5041d1560e16db59a2e3ed (diff)
downloadpydora-bcbe294e8143f2a28b38e4d93e53f142bca5e3b0.tar.bz2
pydora-bcbe294e8143f2a28b38e4d93e53f142bca5e3b0.tar.xz
pydora-bcbe294e8143f2a28b38e4d93e53f142bca5e3b0.zip
Clarify ad registration error messages.
-rw-r--r--pandora/models/pandora.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandora/models/pandora.py b/pandora/models/pandora.py
index 946e5fc..75c971b 100644
--- a/pandora/models/pandora.py
+++ b/pandora/models/pandora.py
@@ -232,7 +232,7 @@ class AdItem(PlaylistModel):
232 if self.tracking_tokens: 232 if self.tracking_tokens:
233 self._api_client.register_ad(station_id, self.tracking_tokens) 233 self._api_client.register_ad(station_id, self.tracking_tokens)
234 else: 234 else:
235 raise ParameterMissing('No ad tracking tokens available for ' 235 raise ParameterMissing('No ad tracking tokens provided for '
236 'registration.') 236 'registration.')
237 237
238 def prepare_playback(self): 238 def prepare_playback(self):