Fix collector default values
This commit is contained in:
parent
77103eb680
commit
d80c52473c
1 changed files with 1 additions and 1 deletions
|
|
@ -126,7 +126,7 @@ class FaviconCollector(Collector):
|
|||
feed_client, favicon_client = (FeedClient, FaviconClient)
|
||||
url_builder, favicon_builder = (WebsiteURLBuilder, FaviconBuilder)
|
||||
|
||||
def collect(self, rules=None):
|
||||
def collect(self, rules=[]):
|
||||
streams = []
|
||||
|
||||
with self.feed_client(rules=rules) as client:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue