mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
fix messed up bisection search
This commit is contained in:
@@ -37,7 +37,6 @@ def send_thumbnail(imgpath: str):
|
||||
|
||||
@app.route("/a/<imgpath>")
|
||||
def send_artist_image(imgpath: str):
|
||||
print(ARTIST_PATH)
|
||||
fpath = join(ARTIST_PATH, imgpath)
|
||||
exists = path.exists(fpath)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user