mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Remove Fake Hollow Knight Items and Locations
Add GetDataPackage Network system
This commit is contained in:
2
Utils.py
2
Utils.py
@@ -288,7 +288,7 @@ def get_location_name_from_address(address):
|
||||
return lookup_any_location_id_to_name.get(address, f'Unknown location (ID:{address})')
|
||||
|
||||
|
||||
def persistent_store(category, key, value):
|
||||
def persistent_store(category: str, key: typing.Any, value: typing.Any):
|
||||
path = local_path("_persistent_storage.yaml")
|
||||
storage: dict = persistent_load()
|
||||
category = storage.setdefault(category, {})
|
||||
|
Reference in New Issue
Block a user