read me updated
This commit is contained in:
parent
115fcbced1
commit
d8df8bd76e
1 changed files with 2 additions and 0 deletions
|
@ -24,6 +24,8 @@ from mega import Mega
|
|||
### Create an instance of Mega.py
|
||||
```python
|
||||
mega = Mega()
|
||||
# add the verbose option for print output on some functions
|
||||
mega = Mega({'verbose': True})
|
||||
```
|
||||
### Login to Mega
|
||||
```python
|
||||
|
|
Loading…
Reference in a new issue