修改运行错误问题

This commit is contained in:
2025-09-01 10:36:36 +08:00
parent d69fe2b8d1
commit fc1c5feb86
+1 -1
View File
@@ -279,7 +279,7 @@ class DifyTool:
"""
def __init__(self):
self.dify_pgsql = PgSql()
self.dify_pgsql = DifyTool.PgSql()
def __del__(self):
"""