Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
this is python. do assignent right.
  • Loading branch information
ex-nerd committed Jun 28, 2012
1 parent 0e9a98a commit ef2b377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/programs/scripts/metadata/Movie/tmdb.py
Expand Up @@ -326,7 +326,7 @@ def __init__(self,
def movieSearch(self, title):
'''Search for movies that match the title and output their "tmdb#:Title" to stdout
'''
title.replace("-"," ")
title = title.replace("-"," ")
try:
data = self.config['moviedb'].searchTitle(title)
except TmdbMovieOrPersonNotFound, msg:
Expand Down

0 comments on commit ef2b377

Please sign in to comment.