remove debug
This commit is contained in:
parent
0ad7a088bf
commit
642e50b721
1 changed files with 0 additions and 1 deletions
|
@ -65,7 +65,6 @@ def get_movie_data(wikipedia_url):
|
|||
key = key.strip()
|
||||
if value:
|
||||
if key in filmbox:
|
||||
print key, value, filmbox
|
||||
if isinstance(value, list) and isinstance(filmbox[key], basestring):
|
||||
filmbox[key] = [filmbox[key]] + value
|
||||
else:
|
||||
|
|
Loading…
Reference in a new issue