This commit is contained in:
2024-05-27 20:48:05 +03:00
parent a21e162be1
commit 82d1f0c9c0

View File

@@ -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: