forked from p15670423/monkey
Fix phrasing by suggestion from a user.
This commit is contained in:
parent
99043fb8cf
commit
712e680ff1
|
@ -52,7 +52,7 @@ class TelemetryFeed(flask_restful.Resource):
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def get_state_telem_brief(telem):
|
def get_state_telem_brief(telem):
|
||||||
if telem['data']['done']:
|
if telem['data']['done']:
|
||||||
return 'Monkey died.'
|
return '''Monkey finishing it's execution.'''
|
||||||
else:
|
else:
|
||||||
return 'Monkey started.'
|
return 'Monkey started.'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue