Skip to content

Commit

Permalink
Fix varietywalls#512: New non-configurable sources are added as disab…
Browse files Browse the repository at this point in the history
…led by default
  • Loading branch information
peterlevi committed Apr 29, 2022
1 parent c7f99fd commit 0912d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variety/Options.py
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ def read(self):
for downloader in sorted(self.SIMPLE_DOWNLOADERS, key=lambda dl: dl.get_source_type()):
if downloader.get_source_type() not in source_types:
self.sources.append(
[True, downloader.get_source_type(), downloader.get_description()]
[False, downloader.get_source_type(), downloader.get_description()]
)

self.parse_autosources()
Expand Down

0 comments on commit 0912d5e

Please sign in to comment.