Skip to content

Commit

Permalink
ci(revert): changes to localhost url
Browse files Browse the repository at this point in the history
  • Loading branch information
sondregronas authored Nov 8, 2024
1 parent 43dc7bc commit 1c770c2
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 1c770c2

Please sign in to comment.