parent
1e6f11eaf3
commit
26b073f3ea
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ count["both"] = 0
|
|||
|
||||
cache = dict()
|
||||
|
||||
if os.path.isfile("licenses.json"):
|
||||
with open("licenses.json") as f:
|
||||
cache = json.load(f)
|
||||
|
||||
|
|
Loading…
Reference in a new issue