Skip to content

Commit

Permalink
temporarily disabled the slower scrapers to test the formatting and P…
Browse files Browse the repository at this point in the history
…R-creation
  • Loading branch information
CommanderStorm committed Apr 26, 2024
1 parent 1f7ebe0 commit 45daed1
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 45daed1

Please sign in to comment.