forked from openlp/openlp
fixed bug #641734
This commit is contained in:
commit
ce9a2a2a6f
@ -127,6 +127,8 @@ def import_bible():
|
||||
for row in rows:
|
||||
key = unicode(row[0], u'cp1252')
|
||||
value = unicode(row[1], u'cp1252')
|
||||
if key == u'Permission':
|
||||
key = u'Permissions'
|
||||
sql_insert = u'INSERT INTO metadata '\
|
||||
'("key", "value") '\
|
||||
'VALUES (?, ?)'
|
||||
|
Loading…
Reference in New Issue
Block a user