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 b98a768 commit db18aa0Copy full SHA for db18aa0
templates/python/config.mustache
@@ -17,10 +17,10 @@ class {{#lambda.pascalcase}}{{client}}{{/lambda.pascalcase}}Config(BaseConfig):
17
user_agent = UserAgent().add("{{#lambda.pascalcase}}{{client}}{{/lambda.pascalcase}}")
18
19
if app_id is None or not app_id:
20
- raise ValueError("`app_id` is missing.")
+ raise ValueError("`app_id` is missing.")
21
22
if api_key is None or not api_key:
23
- raise ValueError("`api_key` is missing.")
+ raise ValueError("`api_key` is missing.")
24
25
self.headers = {
26
"x-algolia-application-id": app_id,
0 commit comments