Skip to content

Commit

Permalink
fix: use text instead of write
Browse files Browse the repository at this point in the history
  • Loading branch information
johnson2427 committed Jun 3, 2024
1 parent 4da052a commit a8ae24b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fief_client/integrations/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ def authorize(
except queue.Empty as e:
raise FiefAuthAuthorizationCodeMissingError() from e

spinner.write = "Getting a token..."
spinner.text = "Getting a token..."

tokens, userinfo = self.client.auth_callback(
code, redirect_uri, code_verifier=code_verifier
Expand Down

0 comments on commit a8ae24b

Please sign in to comment.