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 ae2b07a commit fcd2712Copy full SHA for fcd2712
leancloud/client.py
@@ -83,6 +83,7 @@ def new_func(*args, **kwargs):
83
headers = {
84
"Content-Type": "application/json;charset=utf-8",
85
"X-LC-Id": APP_ID,
86
+ "X-LC-Hook-Key": HOOK_KEY,
87
"X-LC-Prod": USE_PRODUCTION,
88
"User-Agent": "AVOS Cloud python-{0} SDK ({1}.{2})".format(
89
leancloud.__version__,
0 commit comments