Skip to content

Commit b369ec4

Browse files
author
E.S. Rosenberg a.k.a. Keeper of the Keys
committed
Formatting
1 parent 1014d2e commit b369ec4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gpodder/coverart.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class CoverDownloader(object):
4444
def __init__(self, core):
4545
self.core = core
4646

47-
def get_cover(self, podcast, download=False, episode = None):
47+
def get_cover(self, podcast, download=False, episode=None):
4848
if episode:
4949
# Get episode art.
5050
filename = episode.art_file

0 commit comments

Comments
 (0)