From 82d1f0c9c02c767fcec587461a2cdac65d209813 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=95=D0=B2=D0=B3=D0=B5=D0=BD=D0=B8=D0=B9=20=D0=A5=D1=80?= =?UTF-8?q?=D0=B0=D0=BC=D0=BE=D0=B2?= Date: Mon, 27 May 2024 20:48:05 +0300 Subject: [PATCH] 698 --- news-bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/news-bot.py b/news-bot.py index 2573114..56a599a 100755 --- a/news-bot.py +++ b/news-bot.py @@ -435,7 +435,7 @@ def check_vk_posts(): logging.info(f"Новостей для публикации в ВК нет") else: for topic_id, topic_title in reversed(list_for_public): - if topic_id > 0: + if topic_id > 698: logging.info(f"Новости для публикации в ВК: {list_for_public}") text_data = news_content(topic_id) if text_data: