This commit is contained in:
root
2025-07-12 22:55:13 +08:00
parent 5e7b955928
commit 26cf5ad37b
6 changed files with 1021 additions and 22 deletions

View File

@@ -57,7 +57,7 @@ PostgreSQL 驱动 psycopg2 未安装。请安装:
self.table_name = "templates"
# 初始化模板表
self._init_template_table()
# self._init_template_table()
@contextmanager
def _get_connection(self):