small cleanup

This commit is contained in:
Matthias
2019-04-26 10:12:39 +02:00
parent cb271f51d1
commit bc4342b2d0
2 changed files with 4 additions and 5 deletions

View File

@@ -95,7 +95,7 @@ class FtRestClient():
def balance(self):
"""
get the account balance
Get the account balance
:returns: json object
"""
return self._get("balance")