Exemplo n.º 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)
Exemplo n.º 2
0
 def commitToDB(self):
     logTC("Committing changes to database...")
     editQuery("patrons", self.arr)