fixed: /manager/queue/status - race condition issue

This commit is contained in:
Dr.Lt.Data
2025-02-02 10:38:05 +09:00
parent 829784fa50
commit 3c2933338f
5 changed files with 69 additions and 58 deletions

View File

@@ -41,7 +41,7 @@ import manager_downloader
from node_package import InstalledNodePackage
version_code = [3, 13]
version_code = [3, 13, 1]
version_str = f"V{version_code[0]}.{version_code[1]}" + (f'.{version_code[2]}' if len(version_code) > 2 else '')