aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Crute <mcrute@gmail.com>2016-10-08 13:07:06 -0700
committerMike Crute <mcrute@gmail.com>2016-10-08 13:07:06 -0700
commit16e29f5bcdeb8f0ef7ad93b96642629cd5e8faa6 (patch)
treee41ecfd6bf18e9938c9939b94073dc6469eef34a
parent0cc8f116afe9348e3bafae265b2ecfe8e13f13b8 (diff)
downloadpydora-16e29f5bcdeb8f0ef7ad93b96642629cd5e8faa6.tar.bz2
pydora-16e29f5bcdeb8f0ef7ad93b96642629cd5e8faa6.tar.xz
pydora-16e29f5bcdeb8f0ef7ad93b96642629cd5e8faa6.zip
Fix PEP8 error
-rwxr-xr-xpydora/player.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pydora/player.py b/pydora/player.py
index b2d9c31..a6b926d 100755
--- a/pydora/player.py
+++ b/pydora/player.py
@@ -95,7 +95,7 @@ class PlayerApp(object):
95 print(u"{} ".format(Colors.cyan("Advertisement"))) 95 print(u"{} ".format(Colors.cyan("Advertisement")))
96 else: 96 else:
97 print(u"{} by {}".format(Colors.cyan(song.song_name), 97 print(u"{} by {}".format(Colors.cyan(song.song_name),
98 Colors.yellow(song.artist_name))) 98 Colors.yellow(song.artist_name)))
99 99
100 def skip_song(self, song): 100 def skip_song(self, song):
101 if song.is_ad: 101 if song.is_ad: