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: