From a4bec0d8b0ca873bd9eb26d1afb89b44e30a7b47 Mon Sep 17 00:00:00 2001 From: Brendan Howell Date: Sun, 15 Oct 2017 23:23:11 +0200 Subject: [PATCH] some debugging for entries --- screenless/bureau/publications/publications.py | 1 + 1 file changed, 1 insertion(+) diff --git a/screenless/bureau/publications/publications.py b/screenless/bureau/publications/publications.py index d11296f..791f4dc 100644 --- a/screenless/bureau/publications/publications.py +++ b/screenless/bureau/publications/publications.py @@ -274,6 +274,7 @@ class Publications(Bureau): entry.img = og_data["image"] else: entry.img = " " + print("og image set to:", entry.img) thread = threading.Thread(target=fetch_og, args=(entry,)) threads.append(thread)