From 81bf26d8aa3e27711c8f7ce7f145cc08e3569d4f 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:41:13 +0300 Subject: [PATCH] =?UTF-8?q?=D1=84=D0=B8=D0=BA=D1=81=205?= 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 5e56d5e..d3ce135 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(3).text = "" if not operator_login else str(operator_login) + get_or_create_dynamic_value(2).text = "" if not operator_login else str(operator_login) return ET.tostring(root, encoding="utf-8", method="xml")