removing unnessary else statement
This commit is contained in:
parent
d30f883ec2
commit
40443cb91b
@ -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