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:
|
||||
self.thread = Thread(target=self.noop)
|
||||
else:
|
||||
self.thread = Thread(target=self.idle)
|
||||
self.thread = Thread(target=self.__idle)
|
||||
self.thread.setDaemon(1)
|
||||
|
||||
def start(self):
|
||||
|
Loading…
Reference in New Issue
Block a user