force args to a tuple

workspace
Brendan Howell 7 years ago
parent 74ca1e5aaf
commit c488b7191b

@ -275,7 +275,7 @@ class Publications(Bureau):
else:
entry.img = " "
thread = threading.Thread(target=fetch_og, args=(entry))
thread = threading.Thread(target=fetch_og, args=(entry,))
threads.append(thread)
thread.start()

Loading…
Cancel
Save