mirror of
https://github.com/Abdess/retrobios.git
synced 2026-06-24 12:02:48 +00:00
refactor: centralize hash logic, fix circular imports and perf bottlenecks
This commit is contained in:
parent
becd0efb33
commit
08f68e792d
11 changed files with 132 additions and 113 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue