Skip to content

Commit

Permalink
Update digitalhub domain (#821)
Browse files Browse the repository at this point in the history
* Update digitalhub domain

Fixes #819

* Reformat muensterland.py scraper with black
  • Loading branch information
ubergesundheit authored Dec 18, 2023
1 parent 6709b76 commit 4eb00fa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions backend/scraping/spiders/muensterland.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ def start_requests(self):
)
raise CloseSpider("missing_auth")
yield scrapy.Request(
f"https://www.muensterland.digital/api/"
f"events?api_token={api_token}",
f"https://www.digitalhub.ms/api/" f"events?api_token={api_token}",
errback=self.handle_error,
)

Expand Down

0 comments on commit 4eb00fa

Please sign in to comment.