mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-09 03:11:58 +00:00
fix: correct docstring syntax error in check_auth_live
This commit is contained in:
parent
5fa493a2ca
commit
617ac0535b
1 changed files with 1 additions and 1 deletions
|
|
@ -131,7 +131,7 @@ def _ensure_deps():
|
|||
|
||||
|
||||
def check_auth_live():
|
||||
"""Check auth with a real API call to detect disabled_client/account issues.""""
|
||||
"""Check auth with a real API call to detect disabled_client/account issues."""
|
||||
if not check_auth():
|
||||
return False
|
||||
_ensure_deps()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue