rest_client.py

removing tab
This commit is contained in:
av1nxsh 2021-03-02 14:25:37 +05:30 committed by GitHub
parent 7c35d107ab
commit 4fe2e542b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -75,7 +75,7 @@ class FtRestClient():
:return: json object :return: json object
""" """
return self._post("start") return self._post("start")
def stop(self): def stop(self):
"""Stop the bot. Use `start` to restart. """Stop the bot. Use `start` to restart.