We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0581c3f commit c58ea84Copy full SHA for c58ea84
1 file changed
spider_storage.py
@@ -17,7 +17,7 @@ def is_news_exists(url: str, session):
17
18
19
def save_news(url: str, title: str, image: str, text: str, session):
20
- """Созранение новости в базе."""
+ """Созранение новости в базе"""
21
try:
22
news = News(url=url, title=title, image=image, text=text)
23
session.add(news)
0 commit comments