forked from openlp/openlp
mor PEP fixes
This commit is contained in:
parent
4e88913aa0
commit
b0c5b4177b
@ -435,7 +435,7 @@ class BibleDB(Manager):
|
|||||||
:return: If the bible is a web bible.
|
:return: If the bible is a web bible.
|
||||||
:rtype: bool
|
:rtype: bool
|
||||||
"""
|
"""
|
||||||
if self._is_web_bible == None:
|
if self._is_web_bible is None:
|
||||||
self._is_web_bible = bool(self.get_object(BibleMeta, 'download_source'))
|
self._is_web_bible = bool(self.get_object(BibleMeta, 'download_source'))
|
||||||
return self._is_web_bible
|
return self._is_web_bible
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user