Cache clearing

This commit is contained in:
Marianpol 2020-03-10 12:14:52 +01:00
parent ff2e0fa5ca
commit 694a35cc3d

View File

@ -75,7 +75,7 @@ def find_DBs():
mod_globals.opt_ddt = True
#check cache version
verfilename = "./cache/version09q.txt"
verfilename = "./cache/version09r.txt"
if not os.path.isfile(verfilename):
#if the cache has old version then we should clear it
for root, dirs, files in os.walk("./cache"):