Fix the CLI interface for the new database code
commit3bdc4d277c68334ee00345fdd2e5ca60abd339c6
authorThomas Perl <thp@perli.net>
Wed, 10 Dec 2008 22:02:19 +0000 (10 23:02 +0100)
committerThomas Perl <thp@perli.net>
Wed, 10 Dec 2008 22:02:19 +0000 (10 23:02 +0100)
tree4cd6d190b0ff9c33f9f5ce538a68f939edadcfd3
parentdaf98f523576017eadf171a1446f9cc81e5a65af
Fix the CLI interface for the new database code

The new database code requires us to call "db.commit()" when
we have finished or else the database changes will not be written
to disk. This patch adds the commits to the console module.

Thanks to Markus Golser (elmargol) for reporting and testing.
src/gpodder/console.py