This commit is contained in:
+1
-1
@@ -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():
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user