mirror of
https://github.com/RunLit/Bambu-Run.git
synced 2026-06-22 14:09:04 +01:00
print full token to copy paste
This commit is contained in:
@@ -708,7 +708,7 @@ class BambuPrinter:
|
|||||||
|
|
||||||
self._token = token
|
self._token = token
|
||||||
print("Authentication successful!")
|
print("Authentication successful!")
|
||||||
print(f"Token: {token[:20]}...{token[-10:]}")
|
print(f"Token: {token}")
|
||||||
print("=" * 60 + "\n")
|
print("=" * 60 + "\n")
|
||||||
logger.info("BambuLab token obtained successfully")
|
logger.info("BambuLab token obtained successfully")
|
||||||
return token
|
return token
|
||||||
|
|||||||
Reference in New Issue
Block a user