Skip to content

Commit

Permalink
Merge pull request #514 from midraal/couchpotato
Browse files Browse the repository at this point in the history
couchpotato plugin: fixed whitespace for pep8
  • Loading branch information
gazpachoking committed May 28, 2015
2 parents 4052ca3 + 50d3691 commit fcdf307
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flexget/plugins/input/couchpotato.py
Expand Up @@ -46,8 +46,8 @@ def on_task_input(self, task, config):
tmdb = movie['info']['tmdb_id']
entry = Entry(title=title,
url='',
imdb_id = imdb,
tmdb_id = tmdb)
imdb_id=imdb,
tmdb_id=tmdb)
if entry.isvalid():
entries.append(entry)
else:
Expand Down

0 comments on commit fcdf307

Please sign in to comment.