diff options
| author | 2019-12-25 19:40:29 -0500 | |
|---|---|---|
| committer | 2019-12-25 19:40:29 -0500 | |
| commit | d9cde490ce957f56cd2bb9e1628c2c0ef1a8733b (patch) | |
| tree | 13f58a5c602ae402a6b1fc598ce227e9f36f3aa2 /gallery_dl/cache.py | |
| parent | f9b17d9842e84709e2a41e92eb1dff0654c430c5 (diff) | |
| parent | f9a1a9dcb7df977eeac9544786df9c0b93795815 (diff) | |
Update upstream source from tag 'upstream/1.12.1'
Update to upstream version '1.12.1'
with Debian dir 6bd6e3209b21195bb26b892f2d85b1324de1f0d9
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) |
