mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
remove token from log
This commit is contained in:
parent
06e0775904
commit
21f5cd40da
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ def handler(event: Mapping[str, Any], context: Any) -> None:
|
|||
|
||||
try:
|
||||
token: str = get_token_from_local_storage(pas_hub_email, pas_hub_password)
|
||||
logger.info(f"Token extracted successfully: {token}")
|
||||
logger.info(f"Token extracted successfully")
|
||||
except:
|
||||
logger.error("Error getting auth token from Pas Hub")
|
||||
raise
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue