Skip to content

Commit

Permalink
fix 804dd81
Browse files Browse the repository at this point in the history
  • Loading branch information
Belissimo-T committed Nov 22, 2023
1 parent b577700 commit 04c8cfc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/load_plans.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ async def get_crawlers(session: aiohttp.ClientSession | None = None,
# avoid trying to fetch room and teacher plans if no creds are available
client.teacher_plan_client = None
client.room_plan_client = None
client.teachers_substitution_plan_client = None

for plan_client in client.substitution_plan_clients:
plan_client.proxy_provider = proxy_provider
Expand Down

0 comments on commit 04c8cfc

Please sign in to comment.