This commit is contained in:
2026-07-20 20:04:39 +09:00
parent 7a50540dba
commit f3e0d9ceee
+1 -1
View File
@@ -21,7 +21,7 @@ from .config_system import (
# 글로벌 DB 풀 (앱 시작/종료 시 관리)
db_pool: Optional[aiomysql.Pool] = None
async def init_db_pool() -> aiomysql.Pool:
"""MariaDB 연결 풀 초기화"""