Skip to content
This repository has been archived by the owner on Jun 10, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
spookybear0 committed Oct 14, 2020
1 parent 117d9b4 commit 84487f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handlers/levels.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

async def level_search_modular_hanlder(request : aiohttp.web.Request) -> aiohttp.web.Response: # Kinda stole the name for the function from osu lol
"""Handles the get levels endpoint."""
post_data = await request.post()
post_data = await request.post()

# Daily levels
page = int(post_data.get("page", 0))
Expand Down

0 comments on commit 84487f8

Please sign in to comment.