diff --git a/Uptated-Prototype/PiperTTS-GUI-Test.py b/Uptated-Prototype/PiperTTS-GUI-Test.py index 9da96a7..ac34efc 100644 --- a/Uptated-Prototype/PiperTTS-GUI-Test.py +++ b/Uptated-Prototype/PiperTTS-GUI-Test.py @@ -27,6 +27,7 @@ Root_Window.geometry(f'{Window_Width}x{Window_Height}+{int(Window_PosX)}+{int(Wi try: with open("voices/voices.json","r") as file: data = json.load(file) + print("Loop!") # Failed at loading voices.json except FileNotFoundError: print("Error: The file 'voises.json' was not found.")