print full token to copy paste

This commit is contained in:
RNL
2026-02-19 13:36:58 +11:00
parent 6330529d03
commit 1581739228

View File

@@ -708,7 +708,7 @@ class BambuPrinter:
self._token = token
print("Authentication successful!")
print(f"Token: {token[:20]}...{token[-10:]}")
print(f"Token: {token}")
print("=" * 60 + "\n")
logger.info("BambuLab token obtained successfully")
return token