diff --git a/screenless/bureau/publications/publications.py b/screenless/bureau/publications/publications.py index e4433ee..71f2bd7 100644 --- a/screenless/bureau/publications/publications.py +++ b/screenless/bureau/publications/publications.py @@ -330,7 +330,7 @@ class Publications(Bureau): else: entry.img = " " - if entry.imge != " ": + if entry.img != " ": fileext = "." + entry.img.rsplit(".",1)[1] filename = tempfile.mktemp(fileext) print("fetching", entry.img, filename)