forked from rDrama/rDrama
1
0
Fork 0

remove unnecessary line

master
Aevann 2023-08-25 06:54:35 +03:00
parent de2536aeba
commit 6808b2a2bb
1 changed files with 0 additions and 1 deletions

View File

@ -235,7 +235,6 @@ def process_image(filename, v, resize=0, trim=False, uploader_id=None, db=None):
hashes = {}
for img in os.listdir(path):
if original_resize == 400 and img in {'256.webp','585.webp'}: continue
img_path = f'{path}/{img}'
if img_path == filename: continue