Fixed a condition

This commit is contained in:
Dustin Demuth
2016-06-02 11:15:51 +02:00
parent 2a0117b67f
commit 61ca73e0e0

View File

@@ -13,7 +13,7 @@ class ImapTransport(object):
self.port = port
if ssl:
if usesslcontext = True:
if usesslcontext is True:
context = pythonssllib.create_default_context()
else:
context = None