removed added bugging code

This commit is contained in:
Philip Ridout 2013-12-07 09:25:39 +00:00
parent 664326af5b
commit 4359a724b1
1 changed files with 0 additions and 1 deletions

View File

@ -457,7 +457,6 @@ def get_web_page(url, header=None, update_openlp=False):
# http://docs.python.org/library/urllib2.html
if not url:
return None
url = u'http://www.biblegateway.com/versions/Dette-er-Biblen-p%C3%A5-dansk-1933/'
req = urllib2.Request(url)
if header:
req.add_header(header[0], header[1])