Merge branch 'main' into v2

imports the db change
This commit is contained in:
2026-04-26 14:31:52 +03:00

View File

@@ -38,6 +38,8 @@ class DB:
if self._transaction_depth == 0: if self._transaction_depth == 0:
self._connection = None self._connection = None
conn.close() conn.close()
else:
conn.close()
@contextmanager @contextmanager