Fix a bug when creating a new db
This commit is contained in:
parent
7775202666
commit
2d764dbc4d
1 changed files with 1 additions and 0 deletions
|
@ -200,6 +200,7 @@ def convert_gpodder2_db(old_db, new_db):
|
|||
row['channel_is_locked'],
|
||||
row['foldername'],
|
||||
not row['feed_update_enabled'],
|
||||
'',
|
||||
)
|
||||
new_db.execute("""
|
||||
INSERT INTO podcast VALUES (%s)
|
||||
|
|
Loading…
Reference in a new issue