From 55710cc96124028cfdafde056752746eb5ed8343 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=98=D0=B3=D0=BE=D1=80=D1=8C=20=D0=91=D0=B0=D0=BD=D0=B4?= =?UTF-8?q?=D1=83=D1=80=D0=B8=D1=81=D1=82?= Date: Wed, 20 May 2026 20:39:25 +1000 Subject: [PATCH] =?UTF-8?q?=D1=81=D1=82=D0=B0=D1=80=D1=82=20=D0=BA=D0=BE?= =?UTF-8?q?=D1=80=D0=B5=D0=BA=D1=82=D0=B8=D1=80=D1=83=D1=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- work_parser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/work_parser.py b/work_parser.py index 695b6e9..8d0ee99 100644 --- a/work_parser.py +++ b/work_parser.py @@ -455,7 +455,7 @@ def get_true_sources(): with conn.cursor(cursor_factory=RealDictCursor) as cur: cur.execute(""" SELECT * FROM sourse - WHERE status = true + WHERE status = false """) rows = cur.fetchall() sources = {}