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
@@ -241,7 +241,6 @@ def save_similar_artists(artist: Artist):
if len(artist_.similar_artist_hashes) == 0:
return
print(artist.artisthash, artist.name)
lastfmdb.insert_one(artist_)