]> git.ipfire.org Git - people/stevee/ddns.git/commit
database: Remove some unused code to close the database
authorStefan Schantl <stefan.schantl@ipfire.org>
Wed, 15 Jan 2020 16:41:43 +0000 (17:41 +0100)
committerStefan Schantl <stefan.schantl@ipfire.org>
Wed, 15 Jan 2020 16:41:43 +0000 (17:41 +0100)
commit9bcdce1c8005f140cdaacaa7bf74dc3756fc442d
tree7402d85ca0b3d3f91dc4ffeb08b27ce392bb1708
parent0a70b74304a7d26e483dfe4156afaedcd82f8864
database: Remove some unused code to close the database

The interfaces have changed in Python 3 and we do not
explicitely need to close the database connection.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
src/ddns/database.py