From d26e55f75b691602990c73176446e0c9a6531b9a Mon Sep 17 00:00:00 2001 From: crvmblr Date: Mon, 26 May 2025 13:16:38 +0200 Subject: [PATCH] remove: todos --- app/api/domains/osu.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/api/domains/osu.py b/app/api/domains/osu.py index 03b6dd6..a074a39 100644 --- a/app/api/domains/osu.py +++ b/app/api/domains/osu.py @@ -449,7 +449,6 @@ async def osuSearchHandler( return Response("\n".join(ret).encode()) -# TODO: video support (needs db change) // (We're not doing this, right..?) -Crumble @router.get("/web/osu-search-set.php") async def osuSearchSetHandler( player: Player = Depends(authenticate_player_session(Query, "u", "h")), @@ -479,7 +478,7 @@ async def osuSearchSetHandler( {"v": v}, ) if bmapset is None: - # TODO: get from osu! + # Remove todo, map is unsubmitted if can't be fetched return Response(b"") rating = 10.0 # TODO: real data