From f15c7aa81d2fcebd6bad4d7aac5d60ecd3700afa Mon Sep 17 00:00:00 2001 From: "DHR.Mike" Date: Sat, 13 Dec 2025 13:27:31 -0800 Subject: [PATCH] Update Uptated-Prototype/PiperTTS-GUI-Test.py --- Uptated-Prototype/PiperTTS-GUI-Test.py | 1 + 1 file changed, 1 insertion(+) 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.")