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 -