Private GIT

Skip to content
Snippets Groups Projects
Unverified Commit fbc74cc9 authored by miigotu's avatar miigotu
Browse files

Fixes #4200

parent efe32456
Branches
Tags
No related merge requests found
...@@ -346,7 +346,7 @@ def getSceneSeasons(indexer_id): ...@@ -346,7 +346,7 @@ def getSceneSeasons(indexer_id):
def rebuild_exception_cache(indexer_id): def rebuild_exception_cache(indexer_id):
if indexer_id in exceptionsCache: if indexer_id not in exceptionsCache:
exceptionsCache[indexer_id] = {} exceptionsCache[indexer_id] = {}
cache_db_con = db.DBConnection('cache.db') cache_db_con = db.DBConnection('cache.db')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment