Bible gateway fix

This commit is contained in:
Philip Ridout 2017-08-02 07:10:26 +01:00
parent e787896931
commit d895365ff8
1 changed files with 1 additions and 1 deletions

View File

@ -325,7 +325,7 @@ class BGExtract(RegistryProperties):
returns a list in the form [(biblename, biblekey, language_code)]
"""
log.debug('BGExtract.get_bibles_from_http')
bible_url = 'https://biblegateway.com/versions/'
bible_url = 'https://www.biblegateway.com/versions/'
soup = get_soup_for_bible_ref(bible_url)
if not soup:
return None