Fixed auto_properties.

This commit is contained in:
2025-11-07 21:21:49 +01:00
parent e4497791f3
commit 54361e6c18
4 changed files with 60 additions and 43 deletions

View File

@@ -8,4 +8,6 @@ token = get_token(
pem_path="./slawek-mba.pem"
)
print(f"Obtained token: {token}")
# print(f"Obtained token: {token}")
print(f"export ADO_TOKEN='{token}'")