You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"The private_key client option must be set either by passing private_key to the client or by setting the IMAGEKIT_PRIVATE_API_KEY environment variable"
105
+
"The private_key client option must be set either by passing private_key to the client or by setting the IMAGEKIT_PRIVATE_KEY environment variable"
106
106
)
107
107
self.private_key=private_key
108
108
@@ -312,15 +312,15 @@ def __init__(
312
312
"""Construct a new async AsyncImageKit client instance.
313
313
314
314
This automatically infers the following arguments from their corresponding environment variables if they are not provided:
315
-
- `private_key` from `IMAGEKIT_PRIVATE_API_KEY`
315
+
- `private_key` from `IMAGEKIT_PRIVATE_KEY`
316
316
- `password` from `OPTIONAL_IMAGEKIT_IGNORES_THIS`
"The private_key client option must be set either by passing private_key to the client or by setting the IMAGEKIT_PRIVATE_API_KEY environment variable"
323
+
"The private_key client option must be set either by passing private_key to the client or by setting the IMAGEKIT_PRIVATE_KEY environment variable"
0 commit comments