Skip to content
Snippets Groups Projects
Commit 38224bfc authored by petitminion's avatar petitminion
Browse files

Update api/funkwhale_api/radios/utils.py

parent a224963e
No related branches found
No related tags found
No related merge requests found
Pipeline #16975 passed with warnings
......@@ -32,7 +32,7 @@ def get_similar_tracks_mbids_from_mbid(mbid, annoy_similarity):
"Metric %s is not valid. Must be one of : " + print(VALID_METRICS)
)
headers = {"Content-Type': 'application/json"}
headers = {"Content-Type": "application/json"}
endpoint = "acousticbrainz.org/api/v1/similarity"
similar_tracks_mbids = []
similar_tracks = requests.get(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment