старт коректирую
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-05-20 20:39:25 +10:00
parent 63ab6ed108
commit 55710cc961

View File

@@ -455,7 +455,7 @@ def get_true_sources():
with conn.cursor(cursor_factory=RealDictCursor) as cur: with conn.cursor(cursor_factory=RealDictCursor) as cur:
cur.execute(""" cur.execute("""
SELECT * FROM sourse SELECT * FROM sourse
WHERE status = true WHERE status = false
""") """)
rows = cur.fetchall() rows = cur.fetchall()
sources = {} sources = {}