тест 1

This commit is contained in:
2026-04-23 14:46:29 +03:00
parent 81bf26d8aa
commit 277cc83d0e

View File

@@ -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) get_or_create_dynamic_value(1).text = "" if match_id is None else str(match_id)
# value4 = operator_login # 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") return ET.tostring(root, encoding="utf-8", method="xml")