diff options
| author | 2021-11-01 05:03:49 -0400 | |
|---|---|---|
| committer | 2021-11-01 05:03:49 -0400 | |
| commit | 4a965d875415907cc1a016b428ae305a964f9228 (patch) | |
| tree | 7cece9948a7ba390348e00c669f9cb1f7a9ba39a /test/test_cache.py | |
| parent | 34ba2951b8c523713425c98addb9256ea05c946f (diff) | |
New upstream version 1.19.1.upstream/1.19.1
Diffstat (limited to 'test/test_cache.py')
| -rw-r--r-- | test/test_cache.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_cache.py b/test/test_cache.py index ecf482c..9b3623a 100644 --- a/test/test_cache.py +++ b/test/test_cache.py @@ -20,6 +20,7 @@ from gallery_dl import config, util # noqa E402 dbpath = tempfile.mkstemp()[1] config.set(("cache",), "file", dbpath) from gallery_dl import cache # noqa E402 +cache._init() # def tearDownModule(): |
