Skip to content

Commit

Permalink
Fixed invalid lru_cache parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
guiqiqi committed Jan 25, 2022
1 parent 8c12d45 commit 262cd89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"""Plugin description filename."""


@cache
@cache(None)
def __load_config_schema():
with open(path.join(path.dirname(__file__), 'plugin.schema.json')) as handler:
return json.load(handler)
Expand Down

0 comments on commit 262cd89

Please sign in to comment.