forked from openlp/openlp
Pep8 fixes
This commit is contained in:
parent
4fb55448f8
commit
7a5787797e
@ -79,7 +79,7 @@ CROSSWALK_LANGUAGES = {
|
||||
'German': 'de',
|
||||
'Italian': 'it',
|
||||
'Español': 'es',
|
||||
'French' : 'fr',
|
||||
'French': 'fr',
|
||||
'Dutch': 'nl'
|
||||
}
|
||||
|
||||
@ -621,7 +621,6 @@ class HTTPBible(BibleDB, RegistryProperties):
|
||||
return False
|
||||
self.wizard.progress_bar.setMaximum(len(books) + 2)
|
||||
self.wizard.increment_progress_bar(translate('BiblesPlugin.HTTPBible', 'Registering Language...'))
|
||||
bible = None #BiblesResourcesDB.get_webbible(self.download_name, self.download_source.lower())
|
||||
if self.language_id:
|
||||
self.save_meta('language_id', self.language_id)
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user