File tree 1 file changed +4
-4
lines changed 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):
30
30
# TODO: Uncomment the line below to set the `launch_browser` variable.
31
31
# launch_browser = True
32
32
#
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.
37
37
38
38
appflow = flow .InstalledAppFlow .from_client_secrets_file (
39
39
'client_secrets.json' ,
You can’t perform that action at this time.
0 commit comments