exurd / alcubierre

A Roblox Badge-to-Badge Place Teleporter
GNU General Public License v3.0
1 stars 0 forks source link

Attempt to store URLs in cache instead as lists in a list #6

Closed exurd closed 3 weeks ago

exurd commented 4 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.