Skip to content

Commit

Permalink
Fix lrasha_de API URL
Browse files Browse the repository at this point in the history
  • Loading branch information
toXel authored Dec 14, 2024
1 parent 973f2d0 commit 3165dd8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
URL = "https://www.lrasha.de"
TEST_CASES = {"Ilshofen": {"location": "68345"}}

API_URL = "http://api.cross-7.de/public/calendar/396/events/ics?SecondCategoryIds="
API_URL = "http://api.cross-7.de/public/calendar/399/events/ics?SecondCategoryIds="
HEADERS = {"user-agent": "Mozilla/5.0 (xxxx Windows NT 10.0; Win64; x64)"}

PARAM_TRANSLATIONS = {
Expand Down

0 comments on commit 3165dd8

Please sign in to comment.