fix: correct docstring syntax error in check_auth_live

This commit is contained in:
ygd58 2026-05-04 11:59:30 +02:00 committed by Teknium
parent 5fa493a2ca
commit 617ac0535b

View file

@ -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()