Fixed typo in "musicbrainz"

This commit is contained in:
Yoshi Askharoun
2021-05-20 23:08:22 -05:00
parent 9abe7717a0
commit 11590ae405
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ def music_genre_albums(id: str, locale: str):
@app.route(f"/v3.2/<string:locale>/music/genre/") @app.route(f"/v3.2/<string:locale>/music/genre/")
def music_genre(locale: str): def music_genre(locale: str):
from musizbrainz.genrelist import GENRES from musicbrainz.genrelist import GENRES
lastpulledlist: datetime = datetime(2021, 2, 21) lastpulledlist: datetime = datetime(2021, 2, 21)
doc: Document = minidom.Document() doc: Document = minidom.Document()