parsing in db

This commit is contained in:
Sklvd
2023-03-25 15:14:54 +03:00
parent 31bd12b3f8
commit 911ba38e80
@@ -23,4 +23,4 @@ for i, product in enumerate(products):
( '{tag.text}', '{url + link}')""") ( '{tag.text}', '{url + link}')""")
connection.commit() connection.commit()
cursor.close() cursor.close()
connection.close() connection.close()