removing unnessary else statement
This commit is contained in:
parent
2fc4f4f7ab
commit
559671033c
@ -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')
|
||||
|
Loading…
x
Reference in New Issue
Block a user