From cd370cf04fa4ef76909a6e65442577f7f6aa1f82 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, 18 Jun 2026 11:26:44 +0300 Subject: [PATCH] =?UTF-8?q?=D1=83=D1=81=D0=BB=D0=BE=D0=B2=D0=B8=D0=B5=20?= =?UTF-8?q?=D0=BA=D0=B0=D0=BD=D0=B0=D0=BB=D0=B0,=20=D1=84=D0=B8=D0=BA?= =?UTF-8?q?=D1=81=201?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index cd5d65d..718d42f 100644 --- a/app.py +++ b/app.py @@ -1574,7 +1574,7 @@ def vmix_schedule(session_token: str): "channel": ( rf"D:\Графика\ФУТБОЛ\Женская Суперлига 2026\Лого каналов\{row[7]}.png" # if row[7] and row[5] == "scheduled" - if row[2] is not None and row[3] is not None + if row[2] is None and row[3] is None else r"D:\Графика\ФУТБОЛ\Женская Суперлига 2026\Лого каналов\EMPTY.png" ), }