Skip to content

Commit

Permalink
Sat, Aug 10, 2024, 10:26 AM +03:00
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdoullahBougataya committed Aug 10, 2024
1 parent 19de99e commit d38d7f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database_updater.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

titles, engines = scrapper()

images = images_links()
images, wikipedia_pages = images_links()

# Creating table
table = """ CREATE TABLE rocket_engines (Id INTEGER NOT NULL PRIMARY KEY, """
Expand Down

0 comments on commit d38d7f5

Please sign in to comment.