parent
ba9865ab70
commit
91019374f5
@ -180,7 +180,10 @@ init python:
|
||||
self.wait = wait
|
||||
self.label = label
|
||||
self.func = func
|
||||
self.queue = mailbox.letters
|
||||
|
||||
@property
|
||||
def queue(self):
|
||||
return mailbox.letters
|
||||
|
||||
def send(self):
|
||||
self.mailed = True
|
||||
|
Loading…
Reference in New Issue
Block a user