diff options
Diffstat (limited to 'gallery_dl/cache.py')
| -rw-r--r-- | gallery_dl/cache.py | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
