diff --git a/files/routes/comments.py b/files/routes/comments.py index 5e6b083e8..0aea556ee 100644 --- a/files/routes/comments.py +++ b/files/routes/comments.py @@ -207,7 +207,7 @@ def comment(v): num = int(li.split('.webp')[0]) + 1 filename = f'files/assets/images/{SITE_NAME}/sidebar/{num}.webp' copyfile(oldname, filename) - process_image(filename, 400) + process_image(filename, 600) elif parent_post.id == BANNER_THREAD: li = sorted(os.listdir(f'files/assets/images/{SITE_NAME}/banners'), key=lambda e: int(e.split('.webp')[0]))[-1]