write OAuth token to cache by default (#616)

This commit is contained in:
Mike Fährmann
2020-05-25 22:19:58 +02:00
parent ddc253cf9a
commit dfcf2a2c91
7 changed files with 70 additions and 24 deletions

View File

@@ -22,8 +22,8 @@ config.set(("cache",), "file", dbpath)
from gallery_dl import cache # noqa E402
def tearDownModule():
util.remove_file(dbpath)
# def tearDownModule():
# util.remove_file(dbpath)
class TestCache(unittest.TestCase):