Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pidoubleyou committed Mar 19, 2024
1 parent a5479e4 commit 7dac3f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ protected RecursiveTask<Set<DatenFilm>> createCrawlerTask() {
final ZdfConfiguration configuration = loadConfiguration();
if (configuration.getSearchAuthKey().isPresent() && configuration.getVideoAuthKey().isPresent()) {

//shows = new HashSet<>(getDaysEntries(configuration));
shows = new HashSet<>(getDaysEntries(configuration));

if (CrawlerTool.loadLongMax()) {
shows.addAll(getTopicsEntries());
Expand Down

0 comments on commit 7dac3f1

Please sign in to comment.