This commit is contained in:
Ross
2021-02-14 10:40:34 +00:00
parent 12f8f64175
commit c8020bdba0
3 changed files with 5 additions and 5 deletions
+2
View File
@@ -231,6 +231,8 @@ class LongSeries(models.Model):
return "No images", 0
img = findMiddle(images).image
thumbnailer = get_thumbnailer(img)
thumbnail = thumbnailer["exam-list"]
try:
thumbnailer = get_thumbnailer(img)
thumbnail = thumbnailer["exam-list"]