Skip to content

Commit

Permalink
Add favicon download
Browse files Browse the repository at this point in the history
  • Loading branch information
drunkbatya committed Dec 19, 2023
1 parent 8b2544b commit a83816f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file removed __pycache__/app.cpython-39.pyc
Binary file not shown.
1 change: 1 addition & 0 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ def extract_project(project_id):
app.logger.warning(f"Page {page_id} with alias {page_alias} is downloaded!")
save_file_from_original_tilda_url("robots.txt")
save_file_from_original_tilda_url("sitemap.xml")
save_file_from_original_tilda_url("favicon.ico")
app.logger.warning(f"Finished extraction for project {project_id}")


Expand Down

0 comments on commit a83816f

Please sign in to comment.