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.
AA-VERSION
1 parent b97f20a commit 4bff9f5Copy full SHA for 4bff9f5
nc_py_api/_session.py
@@ -478,7 +478,6 @@ def __init__(self, **kwargs):
478
479
def sign_check(self, request: HTTPConnection) -> str:
480
headers = {
481
- "AA-VERSION": request.headers.get("AA-VERSION", ""),
482
"EX-APP-ID": request.headers.get("EX-APP-ID", ""),
483
"EX-APP-VERSION": request.headers.get("EX-APP-VERSION", ""),
484
"AUTHORIZATION-APP-API": request.headers.get("AUTHORIZATION-APP-API", ""),
0 commit comments