some debugging for entries

workspace
Brendan Howell 7 years ago
parent c488b7191b
commit a4bec0d8b0

@ -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)

Loading…
Cancel
Save