We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 375d78f commit a760351Copy full SHA for a760351
async_substrate_interface/utils/cache.py
@@ -7,7 +7,7 @@
7
USE_CACHE = True if os.getenv("NO_CACHE") != "1" else False
8
CACHE_LOCATION = (
9
os.path.expanduser(
10
- os.getenv("CACHE_LOCATION", "~/.cache/async-substrate_interface")
+ os.getenv("CACHE_LOCATION", "~/.cache/async-substrate-interface")
11
)
12
if USE_CACHE
13
else ":memory:"
0 commit comments