mirror of
https://github.com/MiSTer-devel/Distribution_MiSTer.git
synced 2026-05-17 03:03:37 +00:00
Adding 'zips' field to db
This commit is contained in:
committed by
GitHub
parent
862c5b86ac
commit
8f4ebe7191
3
.github/calculate_db.py
vendored
3
.github/calculate_db.py
vendored
@@ -59,7 +59,8 @@ def create_db(folder, options):
|
||||
"db_url": options['db_url'],
|
||||
"db_files": options['db_files'],
|
||||
"latest_zip_url": options['latest_zip_url'],
|
||||
"files": dict()
|
||||
"files": dict(),
|
||||
"zips": dict()
|
||||
}
|
||||
|
||||
delete_list_regex = re.compile("^(.*_)[0-9]{8}(\.[a-zA-Z0-9]+)*$", )
|
||||
|
||||
Reference in New Issue
Block a user