mirror of
https://github.com/Abdess/retrobios.git
synced 2026-06-26 12:52:48 +00:00
fix: bizhawk scraper lowercase sha1 + complete bios
This commit is contained in:
parent
a5285a9fc0
commit
460c49dbcb
6 changed files with 153 additions and 131 deletions
|
|
@ -350,7 +350,7 @@ class Scraper(BaseScraper):
|
|||
"required": req.required,
|
||||
}
|
||||
if req.sha1:
|
||||
entry["sha1"] = req.sha1
|
||||
entry["sha1"] = req.sha1.lower()
|
||||
if req.size:
|
||||
entry["size"] = req.size
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue