mirror of
https://github.com/netinvent/npbackup.git
synced 2025-10-18 09:30:09 +08:00
Upgrader: Add build type to statistics
This commit is contained in:
parent
a67aaddb8f
commit
619bf0e921
1 changed files with 2 additions and 0 deletions
|
@ -168,6 +168,7 @@ async def upgrades(
|
|||
"group": group,
|
||||
"platform": platform.value,
|
||||
"arch": arch.value,
|
||||
"build_type": build_type.value,
|
||||
}
|
||||
|
||||
try:
|
||||
|
@ -237,6 +238,7 @@ async def download(
|
|||
"group": group,
|
||||
"platform": platform.value,
|
||||
"arch": arch.value,
|
||||
"build_type": build_type.value,
|
||||
}
|
||||
|
||||
try:
|
||||
|
|
Loading…
Add table
Reference in a new issue