Skip to content

Commit 8d3bfc6

Browse files
committed
Remove /addset from todo
1 parent 4a017ef commit 8d3bfc6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/extensions/beatmaps.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11

22
# TODO:
3-
# /addset - Add a beatmapset from bancho to the local database
43
# /downloadset - Download a beatmapset from bancho to local storage
54
# /deleteset - Delete a beatmapset from the local database
65
# /deletemap - Delete a single beatmap from the local database
76
# /modset - Modify a beatmapset's status
87
# /moddiff - Modify a single beatmap's status
9-
# /fixhash - Update the .osu file hashes of a beatmapset
108
# /uploadmap - Upload a single beatmap to local storage
9+
# /fixhash - Update the .osu file hashes of a beatmapset
1110

1211
from app.common.database.repositories import beatmapsets
1312
from app.common.database.objects import DBBeatmapset

0 commit comments

Comments
 (0)