@@ -28,7 +28,7 @@ class DB:
if in_transaction:
conn.commit()
except Exception:
except Exception as e:
if in_transaction and self._connection:
conn.rollback()
finally:
The note is not visible to the blocked user.