This commit is contained in:
Ross
2021-02-14 18:05:57 +00:00
parent fc2c64cd76
commit daf1bdf1d7
2 changed files with 1 additions and 3 deletions
-2
View File
@@ -231,8 +231,6 @@ 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"]