jarvis.py aktualisiert

This commit is contained in:
2026-05-28 00:03:44 +00:00
parent cd239fde3c
commit 082c055683

View File

@@ -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)