From 344bbaa71aca500cb526abeb1222019d69226b52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20F=C3=A4hrmann?= Date: Thu, 10 Jan 2019 16:08:05 +0100 Subject: [PATCH] remove useless line A remnant from when `filter` and `range` were global and only available as command line options. --- gallery_dl/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/gallery_dl/__init__.py b/gallery_dl/__init__.py index 723c37ad..de5a4837 100644 --- a/gallery_dl/__init__.py +++ b/gallery_dl/__init__.py @@ -203,7 +203,6 @@ def main(): config.load(*args.yamlfiles, format="yaml", strict=True) for key, value in args.options: config.set(key, value) - config.set(("_",), {}) # stream logging handler configure_logging_handler("log", logging.getLogger().handlers[0])