This commit is contained in:
Hossein Shafagh 2021-01-18 11:57:49 -08:00 committed by GitHub
parent 45dfb1beb3
commit 3df63469e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -87,6 +87,7 @@ def process_options(options, client_id):
return data
@retry(stop_max_attempt_number=5, wait_fixed=1000)
def get_client_id(my_response, organization):
"""
Helper function for parsing responses from the Entrust API.