mirror of
https://github.com/pacnpal/Pac-cogs.git
synced 2025-12-20 02:41:06 -05:00
Rename ConnectionManager to DatabaseConnectionManager to fix import error
This commit is contained in:
@@ -10,7 +10,7 @@ from queue import Queue, Empty
|
||||
|
||||
logger = logging.getLogger("DBConnectionManager")
|
||||
|
||||
class ConnectionManager:
|
||||
class DatabaseConnectionManager:
|
||||
"""Manages SQLite database connections and connection pooling"""
|
||||
|
||||
def __init__(self, db_path: Path, pool_size: int = 5):
|
||||
|
||||
Reference in New Issue
Block a user