mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Updated Python SDK version
This commit is contained in:
@@ -7,7 +7,7 @@ class Client:
|
||||
self._endpoint = 'https://appwrite.io/v1'
|
||||
self._global_headers = {
|
||||
'content-type': '',
|
||||
'x-sdk-version': 'appwrite:python:0.0.5',
|
||||
'x-sdk-version': 'appwrite:python:0.0.6',
|
||||
}
|
||||
|
||||
def set_self_signed(self, status=True):
|
||||
|
||||
Reference in New Issue
Block a user