Skip to content
This repository has been archived by the owner on Sep 22, 2024. It is now read-only.

Commit

Permalink
Refactor school search URLs to non-English characters
Browse files Browse the repository at this point in the history
  • Loading branch information
lentryd committed Sep 12, 2024
1 parent b052a3e commit 52f00a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netschoolapi/netschoolapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ async def schools(
resp = await self._wrapped_client.request(
requests_timeout,
self._wrapped_client.client.build_request(
method="GET", url="schools/search?name=Y",
method="GET", url="schools/search?name=У",
)
)
schools = schemas.ShortSchoolSchema().load(resp.json(), many=True)
Expand Down

0 comments on commit 52f00a2

Please sign in to comment.