fix: баг в unzip() — неверное смещение compressed size (+14 вместо start+18)
Deploy drhider / validate (push) Waiting to run

This commit is contained in:
2026-07-12 15:01:33 +04:00
parent ee42865fcd
commit 9145345882
2 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ if _sys_path_root not in sys.path:
sys.path.insert(0, _sys_path_root)
# Версия приложения (меняется при изменениях)
VERSION = "5.0.6"
VERSION = "5.0.7"
def create_app():