fix
This commit is contained in:
parent
106b510587
commit
4b146bc4f5
@ -193,7 +193,7 @@ def results(request):
|
||||
|
||||
def photos(request):
|
||||
rtn = []
|
||||
for (i, name) in classes:
|
||||
for (i, name) in ALKATOR_CLASSES:
|
||||
files = glob.glob(f"photos/{i}/*.jpg")
|
||||
random.shuffle(files)
|
||||
for file in files:
|
||||
|
Loading…
x
Reference in New Issue
Block a user