Class IMAPServer: idle() is private now
Signed-off-by: Eygene Ryabinkin <rea@codelabs.ru>
This commit is contained in:
parent
1300f2289b
commit
96c9cca83a
@ -621,7 +621,7 @@ class IdleThread(object):
|
|||||||
if folder is None:
|
if folder is None:
|
||||||
self.thread = Thread(target=self.noop)
|
self.thread = Thread(target=self.noop)
|
||||||
else:
|
else:
|
||||||
self.thread = Thread(target=self.idle)
|
self.thread = Thread(target=self.__idle)
|
||||||
self.thread.setDaemon(1)
|
self.thread.setDaemon(1)
|
||||||
|
|
||||||
def start(self):
|
def start(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user