docs
This commit is contained in:
parent
0cf5573fc5
commit
54ba916cb9
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,9 @@ Release History
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
- When a request fails due to EAGAIN response, retry with exp backoff up to 20 seconds.
|
- When a request fails due to EAGAIN response, retry with exp backoff up to 20 seconds.
|
||||||
|
- Adds logging, removes print statements.
|
||||||
- Replace pycrypto dependency with pycryptodome.
|
- Replace pycrypto dependency with pycryptodome.
|
||||||
|
- Removes Python 2 specific code.
|
||||||
|
|
||||||
|
|
||||||
1.0.0 (2019-10-31)
|
1.0.0 (2019-10-31)
|
||||||
|
|
|
@ -56,8 +56,6 @@ Create an instance of Mega.py
|
||||||
.. code:: python
|
.. code:: 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
|
||||||
~~~~~~~~~~~~~
|
~~~~~~~~~~~~~
|
||||||
|
|
Loading…
Reference in a new issue