Philipp Hörist pushed to branch master at gajim / python-nbxmpp
Commits:
5d3d2d60 by Philipp Hörist at 2023-06-30T15:30:38+02:00
imprv: Client: Return only copy of ignored errors
- - - - -
1 changed file:
- nbxmpp/client.py
Changes:
=====================================
nbxmpp/client.py
=====================================
@@ -203,7 +203,7 @@ class Client(Observable):
@property
def ignored_tls_errors(self):
- return self._ignored_tls_errors
+ return set(self._ignored_tls_errors)
def set_ignored_tls_errors(self, errors):
if errors is None:
View it on GitLab:
https://dev.gajim.org/gajim/python-nbxmpp/-/commit/5d3d2d609f456029bb3419e085fdd29314120b47
--
View it on GitLab:
https://dev.gajim.org/gajim/python-nbxmpp/-/commit/5d3d2d609f456029bb3419e085fdd29314120b47
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]