extract original thumbnail image

This commit is contained in:
mungai-njoroge
2023-07-06 13:52:32 +03:00
parent 6ef3cc3545
commit 65d21d07da
10 changed files with 47 additions and 27 deletions
-1
View File
@@ -321,7 +321,6 @@ def get_similar_artists(artisthash: str):
similar = ArtistStore.get_artists_by_hashes(result.get_artist_hash_set())
# print(similar)
if len(similar) > limit:
similar = random.sample(similar, limit)