mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +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:
|
try:
|
||||||
token: str = get_token_from_local_storage(pas_hub_email, pas_hub_password)
|
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:
|
except:
|
||||||
logger.error("Error getting auth token from Pas Hub")
|
logger.error("Error getting auth token from Pas Hub")
|
||||||
raise
|
raise
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue