diff --git a/back/service.py b/back/service.py index dbd0972..9bdd1ed 100644 --- a/back/service.py +++ b/back/service.py @@ -29,8 +29,6 @@ def add_poems_to_db(db: Session): flag = True else: author += str1 - if(str1 != f"стих {a+1}\n"): - stixi+=str1#удаление /n и заключение в список poem = models.Poems(title=name, text=stixi, author=author) # В конце каждой итерации добавляем в базу данных db.add(poem)