aboutsummaryrefslogtreecommitdiff
path: root/pandora
diff options
context:
space:
mode:
authorjcass <john.cass77@gmail.com>2015-12-21 07:56:51 +0200
committerjcass <john.cass77@gmail.com>2015-12-21 07:56:51 +0200
commit0e4e9f8b3e211a5e33a93ee8a939aab62ea8f736 (patch)
treecca512e422823543fd7187e0262d3c93a542b068 /pandora
parentcb531526f92ed83f9a181d3cfbc811af13d2934e (diff)
downloadpydora-0e4e9f8b3e211a5e33a93ee8a939aab62ea8f736.tar.bz2
pydora-0e4e9f8b3e211a5e33a93ee8a939aab62ea8f736.tar.xz
pydora-0e4e9f8b3e211a5e33a93ee8a939aab62ea8f736.zip
Fix pep8 indentation error.
Diffstat (limited to 'pandora')
-rw-r--r--pandora/client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandora/client.py b/pandora/client.py
index bdd91f0..5703561 100644
--- a/pandora/client.py
+++ b/pandora/client.py
@@ -265,7 +265,7 @@ class APIClient(BaseAPIClient):
265 ad_metadata = self.get_ad_metadata(ad_token) 265 ad_metadata = self.get_ad_metadata(ad_token)
266 if not station_id: 266 if not station_id:
267 raise ValueError("The 'station_id' param must be defined, " 267 raise ValueError("The 'station_id' param must be defined, "
268 "got: '%s'" % station_id) 268 "got: '%s'" % station_id)
269 269
270 ad_metadata["stationId"] = station_id 270 ad_metadata["stationId"] = station_id
271 271