We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc5458b commit d1a0345Copy full SHA for d1a0345
aries_cloudcontroller/aries_controller_base.py
@@ -57,7 +57,7 @@ def __post_init__(self):
57
if self.api_key:
58
self.headers.update({"X-API-Key": self.api_key})
59
60
- self.client_session: ClientSession = await ClientSession(
+ self.client_session: ClientSession = ClientSession(
61
headers=self.headers)
62
63
# Instantiate controllers
0 commit comments