Skip to content

Commit

Permalink
Wed, Aug 7, 2024, 9:48 AM +03:00
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdoullahBougataya committed Aug 7, 2024
1 parent 17d0a48 commit a06e697
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 1 deletion.
Binary file modified __pycache__/scrapper.cpython-311.pyc
Binary file not shown.
Binary file modified db/database.db
Binary file not shown.
1 change: 0 additions & 1 deletion scrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ def scrapper():
if titles[j] == 'Specific impulse Vac (s)' or titles[j] == 'Specific impulse SL (s)':
row += tuple(map(str, [""]))
print(f"{int((i/len(rows_bs)) * 50)}% done")
print(row)
# append the data with the newly made row if it is not empty
if row != ():
data.append(row)
Expand Down

0 comments on commit a06e697

Please sign in to comment.