diff --git a/Uptated-Prototype/PiperTTS-GUI-Test.py b/Uptated-Prototype/PiperTTS-GUI-Test.py index 0114910..a6aa0fe 100644 --- a/Uptated-Prototype/PiperTTS-GUI-Test.py +++ b/Uptated-Prototype/PiperTTS-GUI-Test.py @@ -235,7 +235,7 @@ def OnKeyPress2nd(event): print(result) print("The 2nd Binding Function Was Called!") # -Input_Box.bind("", OnKeyPress) +Input_Box.bind("", OnKeyPress2nd) # My_Test_Label2 = Label(Controls_Box_Frame, textvariable=Test_var) #My_Test_Label2["value"] = Test_var