master
richard 2013-04-28 16:58:35 +01:00
parent dd9f74b65f
commit 200eaed6b8
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ quota = m.get_quota()
``` ```
### Get account storage space ### Get account storage space
```python ```python
# unit output kilo, mega, gig, otherwise bytes output # specify unit output kilo, mega, gig, else bytes will output
space = m.get_storage_space(kilo=True) space = m.get_storage_space(kilo=True)
``` ```
### Get account files ### Get account files