Skip to content

Commit

Permalink
Revert back to force_login on fx
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanchard committed May 26, 2020
1 parent 0fed4bd commit 4d31323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dlhub_sdk/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def __init__(self, dlh_authorizer=None, search_client=None, http_timeout=None,
dlh_authorizer = auth_res["dlhub"]
fx_authorizer = auth_res[fx_scope]
self._search_client = auth_res["search"]
self._fx_client = FuncXClient(force_login=force_login,
self._fx_client = FuncXClient(force_login=True,
fx_authorizer=fx_authorizer,
no_local_server=kwargs.get("no_local_server", True),
no_browser=kwargs.get("no_browser", True),
Expand Down

0 comments on commit 4d31323

Please sign in to comment.