Skip to content

Commit

Permalink
Revert "temporarily disabled the slower scrapers to test the formatti…
Browse files Browse the repository at this point in the history
…ng and PR-creation"

This reverts commit 45daed1.
  • Loading branch information
CommanderStorm committed Apr 26, 2024
1 parent 45daed1 commit 53492f5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions data/external/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
tumonline.scrape_buildings()
nat.scrape_buildings()

#roomfinder.scrape_rooms()
#tumonline.scrape_rooms()
roomfinder.scrape_rooms()
tumonline.scrape_rooms()
nat.scrape_rooms()

#tumonline.scrape_usages()
tumonline.scrape_usages()

#roomfinder.scrape_maps()
roomfinder.scrape_maps()

#public_transport.scrape_stations()
public_transport.scrape_stations()

#tumonline.scrape_orgs(lang="de")
#tumonline.scrape_orgs(lang="en")
tumonline.scrape_orgs(lang="de")
tumonline.scrape_orgs(lang="en")

0 comments on commit 53492f5

Please sign in to comment.