[mod] upgrade CACHE number to avoid bugs

This commit is contained in:
Laurent Peuch 2016-02-23 05:57:25 +01:00
parent 1949c18051
commit 904b1385d1

View File

@ -1,7 +1,7 @@
import os
import json
CACHE_VERSION = 1
CACHE_VERSION = 2
def remove_name(options):
noname_options = options.copy()