698
This commit is contained in:
@@ -435,7 +435,7 @@ def check_vk_posts():
|
|||||||
logging.info(f"Новостей для публикации в ВК нет")
|
logging.info(f"Новостей для публикации в ВК нет")
|
||||||
else:
|
else:
|
||||||
for topic_id, topic_title in reversed(list_for_public):
|
for topic_id, topic_title in reversed(list_for_public):
|
||||||
if topic_id > 0:
|
if topic_id > 698:
|
||||||
logging.info(f"Новости для публикации в ВК: {list_for_public}")
|
logging.info(f"Новости для публикации в ВК: {list_for_public}")
|
||||||
text_data = news_content(topic_id)
|
text_data = news_content(topic_id)
|
||||||
if text_data:
|
if text_data:
|
||||||
|
Reference in New Issue
Block a user