Skip to content

Commit 82974d3

Browse files
committed
fix: update
1 parent 76a6aa6 commit 82974d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solution/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ def run():
446446
except:
447447
slug = q["titleSlug"]
448448
qid = int(q["frontendQuestionId"])
449-
if slug in question_details and qid < 3000:
449+
if slug in question_details:
450450
continue
451451
detail = spider.get_question_detail(
452452
slug, retry=4

0 commit comments

Comments
 (0)