From 4a965d875415907cc1a016b428ae305a964f9228 Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Mon, 1 Nov 2021 05:03:49 -0400 Subject: New upstream version 1.19.1. --- test/test_cache.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test/test_cache.py') 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(): -- cgit v1.2.3