mirror of
https://github.com/RunLit/Bambu-Run.git
synced 2026-06-22 22:19:03 +01:00
print full token to copy paste
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user