From d895365ff814a5d1f139fc3344a1b9444455414e Mon Sep 17 00:00:00 2001 From: Philip Ridout Date: Wed, 2 Aug 2017 07:10:26 +0100 Subject: [PATCH] Bible gateway fix --- openlp/plugins/bibles/lib/importers/http.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openlp/plugins/bibles/lib/importers/http.py b/openlp/plugins/bibles/lib/importers/http.py index 6abb85d35..4ed5fa844 100644 --- a/openlp/plugins/bibles/lib/importers/http.py +++ b/openlp/plugins/bibles/lib/importers/http.py @@ -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