Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/python-nbxmpp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Hörist <philipp@hoerist.com>2020-08-11 17:48:13 +0300
committerlovetox <philipp@hoerist.com>2020-08-15 09:42:45 +0300
commitc74c2eafe82a5bf450c75a9344d67aa8b93b30de (patch)
tree5b9e2dc504ca51e141ffb7dc6ee40a01890c8462
parenta545dce9f7cdb4aa9bb8c31614d996f60d267da3 (diff)
Revert "Client: set_ignore_tls_errors() allow to pass None"
This reverts commit 3bf7d2eaab6b12bd18045c2907e78224fc23e58d
-rw-r--r--nbxmpp/client.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/nbxmpp/client.py b/nbxmpp/client.py
index 947f04d..23b890d 100644
--- a/nbxmpp/client.py
+++ b/nbxmpp/client.py
@@ -193,8 +193,6 @@ class Client(Observable):
return self._ignore_tls_errors
def set_ignore_tls_errors(self, ignore):
- if ignore is None:
- ignore = []
self._ignore_tls_errors = ignore
def set_password(self, password):