We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bfc1267 + a4ba5e8 commit 1b224daCopy full SHA for 1b224da
staxapp/auth.py
@@ -152,7 +152,6 @@ class ApiTokenAuth:
152
@staticmethod
153
def requests_auth(config: StaxConfig, **kwargs):
154
# Minimize the potential for token to expire while still being used for auth (say within a lambda function)
155
- print(config.api_auth_retry_config.token_expiry_threshold)
156
if config.expiration and config.expiration - timedelta(
157
minutes=config.api_auth_retry_config.token_expiry_threshold
158
) > datetime.now(timezone.utc):
0 commit comments