From 082c055683ee0353cf78f083a81fa57e02f774f7 Mon Sep 17 00:00:00 2001 From: "info@pi-farm.de" Date: Thu, 28 May 2026 00:03:44 +0000 Subject: [PATCH] jarvis.py aktualisiert --- jarvis.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jarvis.py b/jarvis.py index e09582c..b153e3f 100644 --- a/jarvis.py +++ b/jarvis.py @@ -539,7 +539,7 @@ async def listen_to_user(): # JARVIS OUTPUT # ==================================================== -async def speak_to_user(text): +def speak_to_user(text): print(f"\n{JARVIS_COLOR}🤖 J.A.R.V.I.S.{RESET}") print(f"{JARVIS_COLOR}{'-'*60}{RESET}") print(text)