mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 12:11:33 -06:00
Core: update modules (#1612)
This commit is contained in:
4
Utils.py
4
Utils.py
@@ -151,8 +151,8 @@ def cache_path(*path: str) -> str:
|
||||
if hasattr(cache_path, "cached_path"):
|
||||
pass
|
||||
else:
|
||||
import appdirs
|
||||
cache_path.cached_path = appdirs.user_cache_dir("Archipelago", False)
|
||||
import platformdirs
|
||||
cache_path.cached_path = platformdirs.user_cache_dir("Archipelago", False)
|
||||
|
||||
return os.path.join(cache_path.cached_path, *path)
|
||||
|
||||
|
Reference in New Issue
Block a user