@@ -26,7 +26,10 @@ class DataBase():
if cur.description is not None:
rv = cur.fetchall()
if commit:
try:
self.conn.commit()
except:
self.conn.rollback()
cur.close()
return (rv[0] if rv else None) if one else rv
The note is not visible to the blocked user.