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 d5ab8ef commit 5ad54e5Copy full SHA for 5ad54e5
appwrite/client.py
@@ -12,7 +12,7 @@ def __init__(self):
12
self._global_headers = {
13
'content-type': '',
14
'x-sdk-version': 'appwrite:python:0.9.0',
15
- 'X-Appwrite-Response-Format' : '0.13.0',
+ 'X-Appwrite-Response-Format' : '0.14.0',
16
}
17
18
def set_self_signed(self, status=True):
0 commit comments