diff --git a/pocket_cli/cli.py b/pocket_cli/cli.py index 8a553e3..ff4e1c3 100644 --- a/pocket_cli/cli.py +++ b/pocket_cli/cli.py @@ -61,6 +61,8 @@ def configure(consumer_key, sort_field, words_per_minute): print('You will have to authorize the application to access your articles') print('Enter any key once you\'re redirected to google.com') + print('Or open this link in browser manually:') + print(url); webbrowser.open_new_tab(url) input()