@ -298,9 +298,14 @@ class Publications(Bureau):
thread.join()
for source in feeds:
feed = feedparser.parse(feed_data[source["url"]])
try:
except KeyError:
self.log.debug("Skipping missing feed data (network problem?):%s", source["url"])
continue
if feed is None:
num_entries = source["count"]
# work around if we don't have enough news