Fixed grammer error in telemetry

This commit is contained in:
Shay Nehmad 2019-04-23 12:22:26 +03:00
parent aa15b67fca
commit 63c00d656f
1 changed files with 1 additions and 1 deletions

View File

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