X-Git-Url: https://jfr.im/git/z_archive/twitter.git/blobdiff_plain/25feb1180341458e2772eb6b9f944f290b641424..a5e40197cf272175a8bc4aa39d4c5b6e545c751c:/twitter/oauth_dance.py diff --git a/twitter/oauth_dance.py b/twitter/oauth_dance.py index 877da8b..a89bdd2 100644 --- a/twitter/oauth_dance.py +++ b/twitter/oauth_dance.py @@ -31,6 +31,8 @@ type it here: """ oauth_url = ('http://api.twitter.com/oauth/authorize?oauth_token=' + oauth_token) + print "Opening: %s\n" % oauth_url + try: r = webbrowser.open(oauth_url) time.sleep(2) # Sometimes the last command can print some