bugfix
This commit is contained in:
parent
d488a5957c
commit
2f89d1e4b9
@ -202,7 +202,7 @@ class DBPools:
|
||||
if sqlor and sqlor.dataChanged:
|
||||
sqlor.rollback()
|
||||
finally:
|
||||
if sqlor and qlor.dataChanged:
|
||||
if sqlor and sqlor.dataChanged:
|
||||
sqlor.commit()
|
||||
await self.freeSqlor(sqlor)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user