test
Some checks failed
Update wiki / test (push) Failing after 48s

This commit is contained in:
Ashley Graves 2024-08-01 01:28:03 +02:00
parent 1e6f11eaf3
commit 26b073f3ea

View file

@ -14,6 +14,7 @@ count["both"] = 0
cache = dict() cache = dict()
if os.path.isfile("licenses.json"):
with open("licenses.json") as f: with open("licenses.json") as f:
cache = json.load(f) cache = json.load(f)