auto: 2026-08-01 23:37 (ESD_LAPTOP)

This commit is contained in:
2026-08-01 23:37:27 +09:00
parent b023698e38
commit 6147a9a2fd
+1
View File
@@ -22,6 +22,7 @@ from .config_system import (
# 글로벌 DB 풀 (앱 시작/종료 시 관리)
db_pool: Optional[aiomysql.Pool] = None
async def init_db_pool() -> aiomysql.Pool:
"""MariaDB 연결 풀 초기화"""
global db_pool