fix messed up bisection search

This commit is contained in:
geoffrey45
2022-05-07 14:45:16 +03:00
parent d6a01cd35e
commit fb67f568ad
8 changed files with 137 additions and 59 deletions
-1
View File
@@ -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)