mirror of
https://github.com/Abdess/retroarch_system.git
synced 2026-04-13 12:22:33 -05:00
refactor: centralize hash logic, fix circular imports and perf bottlenecks
This commit is contained in:
@@ -262,7 +262,6 @@ def main():
|
||||
print(json.dumps(config, indent=2))
|
||||
return
|
||||
|
||||
reqs = scraper.fetch_requirements()
|
||||
by_system = {}
|
||||
for r in reqs:
|
||||
by_system.setdefault(r.system, []).append(r)
|
||||
|
||||
Reference in New Issue
Block a user