Skip to content

Commit

Permalink
Fixes bug when constructing the limited-input device flow.
Browse files Browse the repository at this point in the history
  • Loading branch information
arcra committed Jan 4, 2023
1 parent 2dafa2d commit 44f29a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorboard/uploader/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ class _LimitedInputDeviceAuthFlow:
"""

def __init__(self, client_config, scopes):
self._client_config = client_config["limited-input device"]
self._client_config = client_config
self._scopes = scopes

def run(self) -> google.oauth2.credentials.Credentials:
Expand Down

0 comments on commit 44f29a4

Please sign in to comment.