Fix a bug when creating a new db

This commit is contained in:
Thomas Perl 2011-07-27 15:38:39 +02:00
parent 7775202666
commit 2d764dbc4d
1 changed files with 1 additions and 0 deletions

View File

@ -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)