From 277cc83d0e2ccb6c55ab9fc5b97a69a60072c3de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=AE=D1=80=D0=B8=D0=B9=20=D0=A7=D0=B5=D1=80=D0=BD=D0=B5?= =?UTF-8?q?=D0=BD=D0=BA=D0=BE?= Date: Thu, 23 Apr 2026 14:46:29 +0300 Subject: [PATCH] =?UTF-8?q?=D1=82=D0=B5=D1=81=D1=82=201?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vmix/vmix_service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vmix/vmix_service.py b/vmix/vmix_service.py index d3ce135..5e56d5e 100644 --- a/vmix/vmix_service.py +++ b/vmix/vmix_service.py @@ -135,7 +135,7 @@ def change_vmix_datasource_urls( get_or_create_dynamic_value(1).text = "" if match_id is None else str(match_id) # value4 = operator_login - get_or_create_dynamic_value(2).text = "" if not operator_login else str(operator_login) + get_or_create_dynamic_value(3).text = "" if not operator_login else str(operator_login) return ET.tostring(root, encoding="utf-8", method="xml")