Skip to content

Commit

Permalink
fixed main.py back to normal process
Browse files Browse the repository at this point in the history
  • Loading branch information
Wamy-Dev committed Jul 12, 2023
1 parent 48d35a2 commit eec8bf8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scraper/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
from scrapers.functions.downloadDependenciesFunc import download_dependencies # noqa F401


# download_dependencies()
# delete_json()
download_dependencies()
delete_json()
scraper = Scraper()
# scraper.run_spiders()
scraper.run_spiders()
scraper.post_process()
scraper.upload()

0 comments on commit eec8bf8

Please sign in to comment.