def commitToDB(self): logTC("Committing changes to database...") editQuery("patrons", self.arr) self.editButton.configure(state=tk.NORMAL) self.commitButton.configure(state=tk.DISABLED)
def commitToDB(self): logTC("Committing changes to database...") editQuery("patrons", self.arr)