mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Putting Google Alerts/News back into rotation.
This commit is contained in:
parent
5c4e34e242
commit
f745f28f07
1 changed files with 1 additions and 1 deletions
|
@ -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 = "-"
|
||||
|
|
Loading…
Add table
Reference in a new issue