From e4d4acb345199d7cc9b0adf1d61ad6c64d59cdd9 Mon Sep 17 00:00:00 2001 From: Lars Bogner Date: Wed, 31 Jul 2019 20:03:22 +0200 Subject: [PATCH] main complete --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 8e36f6b..c238362 100644 --- a/main.py +++ b/main.py @@ -18,7 +18,7 @@ try: subjects.append(subject.Subject(user_input[2], user_input[3], user_input[4])) elif user_input[0] == "output": subject_get = subject.get_subject(subjects, user_input[1]) - user_IO.user_output(subject_get.) + user_IO.user_output(subject_get.return_average_subject) raise SystemError except Exception as e: