Removing this unnecessary else

This commit is contained in:
Luke Robles 2017-08-17 10:23:12 -07:00
parent d6a4e39c0a
commit b0d01bb697

View File

@ -14,5 +14,5 @@ def answer_question(message):
question = ' '.join(message.split()[1:])
res = client.query(question)
return next(res.results).text
else:
return help_methods.get_help_message('message')
return help_methods.get_help_message('message')