Skip to content

Commit

Permalink
Update sdm_service.py
Browse files Browse the repository at this point in the history
  • Loading branch information
camposer authored Sep 13, 2022
1 parent a63ffce commit 777f38a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdm_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def create_account(self, name):
account_id=response.account.id,
role_id=roles[0].id
)
client.account_attachments.create(grant, timeout=30)
self.__client.account_attachments.create(grant, timeout=30)
except Exception as ex:
raise Exception("Create account failed: " + str(ex)) from ex
return response.account, response.token

0 comments on commit 777f38a

Please sign in to comment.