Skip to content

Commit

Permalink
ci: use hardcoded 127.0.0.1 in web_scraper for sooper dooper speeds o…
Browse files Browse the repository at this point in the history
…n windows
  • Loading branch information
sondregronas committed Sep 5, 2024
1 parent 8c66dfc commit d4da48c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/web_scraper.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
links = ["/"] # A list of links we need to visit and download (including files that are related to the website)
visited = [] # A list of links we have visited
media_links = []
url = "http://localhost:5000" # The URL of the website we are scraping
url = "http://127.0.0.1:5000" # The URL of the website we are scraping
cname = "https://piggy.iktim.no" # The CNAME of the website we will push the demo to

os.chdir(os.path.dirname(os.path.abspath(__file__)))
Expand Down

0 comments on commit d4da48c

Please sign in to comment.