Изменения
This commit is contained in:
parent
15d61ecc4b
commit
835dcf3979
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user