Putting Google Alerts/News back into rotation.

This commit is contained in:
Samuel Clay 2013-09-30 12:40:14 -07:00
parent 5c4e34e242
commit f745f28f07

View file

@ -353,7 +353,7 @@ class Dispatcher:
rand = random.random()
if random_weight < 100 and rand < quick:
skip = True
elif feed.feed_address.startswith("http://news.google.com/news"):
elif False and feed.feed_address.startswith("http://news.google.com/news"):
skip = True
weight = "-"
quick = "-"