From 40127300fc9aeac53a7d283313a890514143da4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manolo=20Hernandez=20L=C3=BCtten?= Date: Mon, 1 Jun 2026 16:56:59 +0000 Subject: [PATCH] altGoal.py aktualisiert --- altGoal.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/altGoal.py b/altGoal.py index 88e627b..4c65039 100644 --- a/altGoal.py +++ b/altGoal.py @@ -14,10 +14,9 @@ while True: try: print(promptsAndAnswers[text]) - except somethingElse: + except Exception as somethingElse: print("Das verstehe ich nicht.") if text == "bye": print("Tschüss!") break -