@@ -18,6 +18,8 @@ class Database():
data = [data[i] + newData[i] for i in range(len(data))]
data.append(ID)
self.data.execute(updateQuery, data)
self.db.commit()
class Ledger(Database):
def __init__(self) -> None:
The note is not visible to the blocked user.