From ea8e9e5a2393d32f6484f876f9efc86885a64436 Mon Sep 17 00:00:00 2001 From: Tanner Collin Date: Tue, 13 Jun 2023 17:11:50 +0000 Subject: [PATCH] Increase again --- apiserver/feeds/tildes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apiserver/feeds/tildes.py b/apiserver/feeds/tildes.py index 30f1972..e57c0a7 100644 --- a/apiserver/feeds/tildes.py +++ b/apiserver/feeds/tildes.py @@ -107,7 +107,7 @@ def story(ref): ch = a.find('header', class_='topic-comments-header') s['num_comments'] = int(ch.h2.string.split(' ')[0]) if ch else 0 - if s['score'] < 16 and s['num_comments'] < 12: + if s['score'] < 32 and s['num_comments'] < 24: logging.info('Score ({}) or num comments ({}) below threshold.'.format(s['score'], s['num_comments'])) return False