This commit is contained in:
jxxghp
2025-06-26 08:18:37 +08:00
parent a487091be8
commit 2829a3cb4e
4 changed files with 2 additions and 14 deletions

View File

@@ -78,7 +78,3 @@ class SystemConfigOper(DbOper, metaclass=Singleton):
if conf:
conf.delete(self._db, conf.id)
return True
def __del__(self):
if self._db:
self._db.close()