mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 11:14:04 +00:00
fix: use print to make sure the logger message shown
This commit is contained in:
parent
d7df69daf1
commit
3ed5df7817
2 changed files with 2 additions and 2 deletions
|
@ -298,7 +298,7 @@ class Authenticator:
|
||||||
user_code = device_code_info["user_code"]
|
user_code = device_code_info["user_code"]
|
||||||
verification_uri = device_code_info["verification_uri"]
|
verification_uri = device_code_info["verification_uri"]
|
||||||
|
|
||||||
verbose_logger.info(
|
print(
|
||||||
f"Please visit {verification_uri} and enter code {user_code} to authenticate."
|
f"Please visit {verification_uri} and enter code {user_code} to authenticate."
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue