[aum] ICapMessages.iter_[new_]messages() implemented
This commit is contained in:
parent
76c4622dc3
commit
f3a017cb01
8 changed files with 63 additions and 90 deletions
|
|
@ -64,7 +64,7 @@ class Weboob:
|
|||
|
||||
# Check conditions
|
||||
if (not caps is None and not module.has_caps(caps)) or \
|
||||
(not names is None and not module.name in name):
|
||||
(not names is None and not name in names):
|
||||
continue
|
||||
|
||||
try:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue