Обновить parsers/universal.py
All checks were successful
continuous-integration/drone/push Build is passing

- print
This commit is contained in:
2026-04-29 05:21:27 +00:00
parent 25f2c09064
commit 59a4677ace

View File

@@ -86,7 +86,7 @@ class UniversalParser(BaseParser):
time_text = article.publish_date.strftime("%Y/%m/%d %H:%M:%S")
response_text = gpt_response_message(str(article.text), self.promt)
print(response_text)
# print(response_text)
if response_text:
update_bd_and_create_document(
response_text=response_text,