rest_client.py

removing tab
This commit is contained in:
av1nxsh 2021-03-02 14:25:37 +05:30 committed by crypto_rahino
parent 0dd772e231
commit 02810fb58e

View File

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