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)