monboob doesn't care about filling messages
This commit is contained in:
parent
50d0c9a728
commit
acfa29ec81
1 changed files with 1 additions and 1 deletions
|
|
@ -183,7 +183,7 @@ class Monboob(ConsoleApplication):
|
||||||
self.weboob.loop()
|
self.weboob.loop()
|
||||||
|
|
||||||
def process(self):
|
def process(self):
|
||||||
for backend, message in self.do('iter_new_messages'):
|
for backend, message in self.weboob.do('iter_new_messages'):
|
||||||
self.send_email(backend, message)
|
self.send_email(backend, message)
|
||||||
|
|
||||||
def send_email(self, backend, mail):
|
def send_email(self, backend, mail):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue