implemented config cli
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user