diff --git a/scripts/rest_client.py b/scripts/rest_client.py index 1bc330c66..212e52e32 100755 --- a/scripts/rest_client.py +++ b/scripts/rest_client.py @@ -75,7 +75,7 @@ class FtRestClient(): :return: json object """ return self._post("start") - + def stop(self): """Stop the bot. Use `start` to restart.