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