Fix phrasing by suggestion from a user.

This commit is contained in:
Daniel Goldberg 2019-02-11 19:15:30 +02:00
parent 99043fb8cf
commit 712e680ff1
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ class TelemetryFeed(flask_restful.Resource):
@staticmethod
def get_state_telem_brief(telem):
if telem['data']['done']:
return 'Monkey died.'
return '''Monkey finishing it's execution.'''
else:
return 'Monkey started.'