Good God I'm an idiot!

This commit is contained in:
2023-07-30 19:07:32 -04:00
parent 1a3c484735
commit ea9341642f
2 changed files with 6 additions and 6 deletions

View File

@@ -12,12 +12,6 @@ from django.conf import settings
# Project imports.
from viewer.utils import make_thumbnail
###########################################################################################
# Constants. #
###########################################################################################
THUMB_SIZE = (128, 128)
###########################################################################################
# Command subclass. #
###########################################################################################

View File

@@ -7,6 +7,12 @@ from PIL import Image
# Django imports.
from django.conf import settings
###########################################################################################
# Constants. #
###########################################################################################
THUMB_SIZE = (128, 128)
###########################################################################################
# Helper functions. #
###########################################################################################