mega.py
mega.py copied to clipboard
Enable logging info
Any option to print logging info to the screen? Would be useful if you want to see the upload progress
import logging logging.basicConfig(level=logging.INFO)