readme
This commit is contained in:
parent
dd9f74b65f
commit
200eaed6b8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue