From b17b80ee1202f2058733fb341a8279f5c13142ed Mon Sep 17 00:00:00 2001 From: Ross Scroggs Date: Mon, 21 Mar 2016 15:05:27 -0700 Subject: [PATCH] Put back GAM specific no browser message --- src/oauth2client/tools.py | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/oauth2client/tools.py b/src/oauth2client/tools.py index 04c9c68b..f2021688 100644 --- a/src/oauth2client/tools.py +++ b/src/oauth2client/tools.py @@ -215,11 +215,8 @@ def run_flow(flow, storage, flags=None, http=None): print() print(' ' + authorize_url) print() - print('If your browser is on a different machine then ' - 'exit and re-run this') - print('application with the command-line parameter ') - print() - print(' --noauth_local_webserver') + print('If your browser is on a different machine then exit and re-run this') + print('after creating a file called nobrowser.txt in the same path as GAM.') print() else: print('Go to the following link in your browser:')