You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nice library, but because of prints without parenthesis, doesn't work in python3. I suggest adding print_function future import and using () after all prints to support both 2 and 3.