From 57bdf847122b0e029cce794df3077adea1259424 Mon Sep 17 00:00:00 2001 From: Sofia Bilous Date: Tue, 12 Dec 2023 21:28:25 +0200 Subject: [PATCH] KB --- validation/validate_image.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/validation/validate_image.py b/validation/validate_image.py index aa6c7263e..dde38ac65 100644 --- a/validation/validate_image.py +++ b/validation/validate_image.py @@ -2,8 +2,8 @@ from PIL import Image import sys -MAX_ALLOWED_BANNER_IMAGE_SIZE = 5 * 1024 * 1024 -MAX_ALLOWED_LOGO_IMAGE_SIZE = 1 * 1024 * 1024 +MAX_ALLOWED_BANNER_IMAGE_SIZE = 5 * 1024 +MAX_ALLOWED_LOGO_IMAGE_SIZE = 1 * 1024 # ToDo: discuss problem with MB-sized pictures with mentors, experts and BAs