This commit is contained in:
Martin Quarda 2024-10-07 13:11:11 +02:00
parent 106b510587
commit 4b146bc4f5

View File

@ -193,7 +193,7 @@ def results(request):
def photos(request): def photos(request):
rtn = [] rtn = []
for (i, name) in classes: for (i, name) in ALKATOR_CLASSES:
files = glob.glob(f"photos/{i}/*.jpg") files = glob.glob(f"photos/{i}/*.jpg")
random.shuffle(files) random.shuffle(files)
for file in files: for file in files: