Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix future DeprecationWarning in db.py
Python 3.12 throws deprecation warnings for mismatch between positional and named parameters in sqlite calls. So let's not do that.
- Loading branch information