README.md: Remove TODO for database try/except

Now database connection errors are properly excepted and raised.
This commit is contained in:
Alan Orth 2018-11-11 00:04:12 +02:00
parent d5d2d2149b
commit 140cc4cb07
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 0 additions and 1 deletions

View File

@ -72,7 +72,6 @@ The item id is the *internal* id for an item. You can get these from the standar
- Better logging
- Tests
- Check if database exists (try/except)
- Version API
- Use JSON in PostgreSQL
- Switch to [Python 3.6+ f-string syntax](https://realpython.com/python-f-strings/)