Skip to content

Commit

Permalink
Change missed caller of old Auth API
Browse files Browse the repository at this point in the history
  • Loading branch information
Nik Haldimann committed Aug 24, 2017
1 parent d22c8a2 commit 0bd0880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion descarteslabs/auth/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,6 @@ def _get_token(self, timeout=100):


if __name__ == '__main__':
auth = Auth()
auth = Auth.from_environment_or_token_json()

print(auth.token)

0 comments on commit 0bd0880

Please sign in to comment.