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

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.