godpile.cache memory caching to workaround fcntl bug under Windows

pull/26/head
Louis Vézina 7 years ago
parent e53a0dd332
commit 9b679e6452

@ -9,7 +9,8 @@ from list_subtitles import *
from utils import *
# configure the cache
region.configure('dogpile.cache.dbm', arguments={'filename': os.path.join(os.path.dirname(__file__), 'data/cache/cachefile.dbm')})
#region.configure('dogpile.cache.dbm', arguments={'filename': os.path.join(os.path.dirname(__file__), 'data/cache/cachefile.dbm')})
region.configure('dogpile.cache.memory')
def download_subtitle(path, language, hi, providers):
video = scan_video(path)

Loading…
Cancel
Save