README.md: Remove TODO about closing database connection

Now I'm using a database manager class with Python's "with" context
blocks to automatically and concisely open and close connections.
This commit is contained in:
Alan Orth 2018-11-07 17:47:40 +02:00
parent 2f342be948
commit b06c82bb16
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 0 additions and 1 deletions

View File

@ -70,7 +70,6 @@ The item id is the *internal* id for an item. You can get these from the standar
## Todo
- Close DB connection when gunicorn shuts down gracefully
- Better logging
- Tests
- Check if database exists (try/except)