implemented config cli

This commit is contained in:
Hellow 2023-04-15 11:55:25 +02:00
parent 9331c39028
commit eca68ab14c

View File

@ -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: