Added logging level env var

This commit is contained in:
Donkie
2023-05-09 21:44:25 +02:00
parent ed3e30ea75
commit 1c59e0efd5
4 changed files with 42 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
"""Helper functions for interacting with spool database objects."""
from datetime import datetime, timezone
from datetime import datetime
from typing import Optional
import sqlalchemy