Skip to content

Commit

Permalink
deactivate taro.get_teachers
Browse files Browse the repository at this point in the history
  • Loading branch information
Belissimo-T committed Nov 16, 2023
1 parent 7d4a824 commit eb66c43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/schools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

teacher_scrapers: dict[str, typing.Callable[[], list[Teacher]]] = {
"10001329": ostwald.scrape_teachers,
"10453929": taro.get_teachers,
# "10453929": taro.get_teachers,
}

room_parsers: dict[str, typing.Callable[[str], Room]] = {
Expand Down

0 comments on commit eb66c43

Please sign in to comment.