fix: remove api blueprint syntax error
Deploy drhider / validate (push) Canceled after 0s

This commit is contained in:
“Naeel”
2026-08-31 20:55:26 +03:00
parent ce234132dd
commit e7d771e00f
4 changed files with 29 additions and 2 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ if _sys_path_root not in sys.path:
sys.path.insert(0, _sys_path_root)
# Версия приложения (меняется при изменениях)
VERSION = "0.0.76"
VERSION = "0.0.77"
def setup_logging():
-1
View File
@@ -30,7 +30,6 @@ from upload.backend.upload_refs import safe_name
api_bp = Blueprint("api", __name__, url_prefix="/api")
log = logging.getLogger("routes.api_bp")
TMP/примеры_договоров_для_ИИ
def _disconnect_exceptions():
"""Исключения, означающие отключение клиента SSE."""
return (GeneratorExit, BrokenPipeError, ConnectionResetError)