diff --git a/app/help_methods.py b/app/help_methods.py index dd039af5..99ca526e 100644 --- a/app/help_methods.py +++ b/app/help_methods.py @@ -54,5 +54,5 @@ def parse_message(message): except KeyError: return "I can't help you with that" return "```{}```".format(explanation) - else: - return get_help_message('show_all') + + return get_help_message('show_all')