mirror of
https://github.com/nihilvux/bancho.py.git
synced 2025-09-16 10:38:39 -07:00
remove: todos
This commit is contained in:
@@ -449,7 +449,6 @@ async def osuSearchHandler(
|
|||||||
return Response("\n".join(ret).encode())
|
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")
|
@router.get("/web/osu-search-set.php")
|
||||||
async def osuSearchSetHandler(
|
async def osuSearchSetHandler(
|
||||||
player: Player = Depends(authenticate_player_session(Query, "u", "h")),
|
player: Player = Depends(authenticate_player_session(Query, "u", "h")),
|
||||||
@@ -479,7 +478,7 @@ async def osuSearchSetHandler(
|
|||||||
{"v": v},
|
{"v": v},
|
||||||
)
|
)
|
||||||
if bmapset is None:
|
if bmapset is None:
|
||||||
# TODO: get from osu!
|
# Remove todo, map is unsubmitted if can't be fetched
|
||||||
return Response(b"")
|
return Response(b"")
|
||||||
|
|
||||||
rating = 10.0 # TODO: real data
|
rating = 10.0 # TODO: real data
|
||||||
|
Reference in New Issue
Block a user