Skip to content

Commit 11347a1

Browse files
fix self signed
1 parent 2423cb3 commit 11347a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appwrite/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def call(self, method, path='', headers=None, params=None):
8484
json=json,
8585
files=files,
8686
headers=headers,
87-
verify=self._self_signed,
87+
verify=(not self._self_signed),
8888
)
8989

9090
response.raise_for_status()

0 commit comments

Comments
 (0)