mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-05 16:58:59 +00:00
Re-enabling Google News fetches.
This commit is contained in:
parent
e65cd3d99f
commit
2fe65adc4d
1 changed files with 5 additions and 5 deletions
|
@ -355,11 +355,11 @@ class Dispatcher:
|
||||||
rand = random.random()
|
rand = random.random()
|
||||||
if random_weight < 100 and rand < quick:
|
if random_weight < 100 and rand < quick:
|
||||||
skip = True
|
skip = True
|
||||||
elif feed.feed_address.startswith("http://news.google.com/news"):
|
# elif feed.feed_address.startswith("http://news.google.com/news"):
|
||||||
skip = True
|
# skip = True
|
||||||
weight = "-"
|
# weight = "-"
|
||||||
quick = "-"
|
# quick = "-"
|
||||||
rand = "-"
|
# rand = "-"
|
||||||
if skip:
|
if skip:
|
||||||
logging.debug(' ---> [%-30s] ~BGFaking fetch, skipping (%s/month, %s subs, %s < %s)...' % (
|
logging.debug(' ---> [%-30s] ~BGFaking fetch, skipping (%s/month, %s subs, %s < %s)...' % (
|
||||||
feed.title[:30],
|
feed.title[:30],
|
||||||
|
|
Loading…
Add table
Reference in a new issue