Skip to content

Commit 5449556

Browse files
committed
changed example url
1 parent ffe7668 commit 5449556

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

web_scraping.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@ class Config:
2020
TOKEN_PATH: str = "token.pickle"
2121
CREDENTIALS_PATH: str = "creds.json"
2222
SPREADSHEET_NAME: str = "Test"
23-
TARGET_URL: str = (
24-
"https://www.motala.se/omsorg-och-hjalp/boenden-sarskilda/gruppboende-vid-funktionsnedsattning/torpavagen-gruppboende/"
25-
)
23+
TARGET_URL: str = "https://datatracker.ietf.org/doc/html/rfc1918"
2624

2725

2826
def scrape_website(url):

0 commit comments

Comments
 (0)