Closed exurd closed 3 weeks ago
The cache is currently stored in this: https://github.com/exurd/alcubierre/blob/7f25e7f0ab17a49520f76a6cc111c63172a6b6c1/modules/apiReqs.py#L11
The cache should use the URLs instead of the IDs of each type. It would make it easier to add new types into rbxTypes.py (#5) and old "versions" of caches without newer types won't have to be converted or entirely replaced.
rbxTypes.py
The cache is currently stored in this: https://github.com/exurd/alcubierre/blob/7f25e7f0ab17a49520f76a6cc111c63172a6b6c1/modules/apiReqs.py#L11
The cache should use the URLs instead of the IDs of each type. It would make it easier to add new types into
rbxTypes.py
(#5) and old "versions" of caches without newer types won't have to be converted or entirely replaced.