implemented config cli
This commit is contained in:
parent
9331c39028
commit
eca68ab14c
@ -19,7 +19,7 @@ class TestPageSelection(unittest.TestCase):
|
|||||||
|
|
||||||
def test_excluding(self):
|
def test_excluding(self):
|
||||||
search = download_center.Download(
|
search = download_center.Download(
|
||||||
exclude_pages=set((pages.EncyclopaediaMetallum,))
|
exclude_pages={pages.EncyclopaediaMetallum}
|
||||||
)
|
)
|
||||||
|
|
||||||
for page in search.pages:
|
for page in search.pages:
|
||||||
|
Loading…
Reference in New Issue
Block a user