master
Richard O'Dwyer 2019-11-06 23:10:11 +00:00
parent 0cf5573fc5
commit 54ba916cb9
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,9 @@ Release History
------------------
- 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.
- Removes Python 2 specific code.
1.0.0 (2019-10-31)

View File

@ -56,8 +56,6 @@ Create an instance of Mega.py
.. code:: python
mega = Mega()
# add the verbose option for print output on some functions
mega = Mega({'verbose': True})
Login to Mega
~~~~~~~~~~~~~