File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -30,10 +30,10 @@ def main(project, launch_browser=True):
3030 # TODO: Uncomment the line below to set the `launch_browser` variable.
3131 # launch_browser = True
3232 #
33- # The `launch_browser` boolean variable indicates if a local server in the
34- # auth flow. A value of `True` is recommended, but a local server does not
35- # work if accessing the application remotely, such as over SSH or from a
36- # remote Jupyter notebook.
33+ # The `launch_browser` boolean variable indicates if a local server is used
34+ # as the callback URL in the auth flow. A value of `True` is recommended,
35+ # but a local server does not work if accessing the application remotely,
36+ # such as over SSH or from a remote Jupyter notebook.
3737
3838 appflow = flow .InstalledAppFlow .from_client_secrets_file (
3939 'client_secrets.json' ,
You can’t perform that action at this time.
0 commit comments