master
richard@richard.do 2013-03-05 01:56:02 +00:00
parent b6ae0584ff
commit 43296ee1be
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ details = m.get_user()
``` ```
### Get account files ### Get account files
```python ```python
files = m.get_files() files = m.get_files()
``` ```
### Upload a file, and get its public link ### Upload a file, and get its public link
```python ```python