From f9a1a9dcb7df977eeac9544786df9c0b93795815 Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Wed, 25 Dec 2019 19:40:28 -0500 Subject: New upstream version 1.12.1 --- gallery_dl/cache.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gallery_dl/cache.py') diff --git a/gallery_dl/cache.py b/gallery_dl/cache.py index 3ceef75..1824195 100644 --- a/gallery_dl/cache.py +++ b/gallery_dl/cache.py @@ -188,7 +188,7 @@ def clear(): def _path(): - path = config.get(("cache", "file"), -1) + path = config.get(("cache",), "file", -1) if path != -1: return util.expand_path(path) -- cgit v1.2.3