remove debug

This commit is contained in:
j 2008-05-25 15:54:48 +02:00
parent e8d37289c0
commit e2511ee9a3
1 changed files with 0 additions and 1 deletions

View File

@ -93,7 +93,6 @@ def getMovieInfo(imdbId):
title = ''
year = ''
html_title = findRe(data, '<div id="tn15title">(.*?)</div>')
print html_title
if not html_title:
html_title = findRe(data, '<title>(.*?)</title>')
if html_title: