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
|
### Create an instance of Mega.py
|
||||||
```python
|
```python
|
||||||
mega = Mega()
|
mega = Mega()
|
||||||
|
# add the verbose option for print output on some functions
|
||||||
|
mega = Mega({'verbose': True})
|
||||||
```
|
```
|
||||||
### Login to Mega
|
### Login to Mega
|
||||||
```python
|
```python
|
||||||
|
|
Loading…
Reference in a new issue