Restyled by autopep8

This commit is contained in:
Restyled.io
2022-04-03 10:45:47 +00:00
committed by Mungai Geoffrey
parent 9c16d27507
commit ec7352ec56
3 changed files with 9 additions and 5 deletions
+2 -1
View File
@@ -45,7 +45,8 @@ def get_album_image(album: list) -> str:
"""
for track in album:
img_p = (track["album"] + track["albumartist"] + ".webp").replace("/", "::")
img_p = (track["album"] + track["albumartist"] +
".webp").replace("/", "::")
img = functions.extract_thumb(track["filepath"], webp_path=img_p)
if img is not None: