Skip to content

Commit

Permalink
Fix missing attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
cmyui committed Jun 22, 2024
1 parent 55c9202 commit 3079909
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/adapters/beatmap_mirrors/nerinyan.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@


class NerinyanMirror(BeatmapMirror):
name = "nerinyan"
base_url = "https://api.nerinyan.moe"

async def fetch_beatmap_zip_data(self, beatmapset_id: int) -> bytes | None:
Expand Down

0 comments on commit 3079909

Please sign in to comment.