We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfc9184 commit 186ca41Copy full SHA for 186ca41
worlds/oot/Utils.py
@@ -11,7 +11,7 @@ def data_path(*args):
11
return os.path.join(os.path.dirname(__file__), 'data', *args)
12
13
14
-@lru_cache(maxsize=13) # Cache Overworld.json and the 12 dungeons
+@lru_cache
15
def read_json(file_path):
16
json_string = ""
17
with io.open(file_path, 'r') as file:
0 commit comments