From fe167fa820bddac90268eb6c215e94cdce7e28d1 Mon Sep 17 00:00:00 2001 From: Carlos Quintana Date: Thu, 8 Jan 2026 16:29:42 +0100 Subject: [PATCH] fix: use Other proton client header appname --- app/proton/proton_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/proton/proton_client.py b/app/proton/proton_client.py index deacef56..a3e30400 100644 --- a/app/proton/proton_client.py +++ b/app/proton/proton_client.py @@ -10,7 +10,7 @@ from app.config import PROTON_EXTRA_HEADER_NAME, PROTON_EXTRA_HEADER_VALUE from app.errors import ProtonAccountNotVerified from app.log import LOG -_APP_VERSION = "OauthClient_1.0.0" +_APP_VERSION = "Other_1.0.0" PROTON_ERROR_CODE_HV_NEEDED = 9001