Skip to content

Commit 99e046d

Browse files
committed
fix: script
1 parent a14c0f2 commit 99e046d

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
@@ -456,7 +456,7 @@ def run():
456456
except:
457457
slug = q["titleSlug"]
458458
qid = int(q["frontendQuestionId"])
459-
if slug in question_details and qid < 3300:
459+
if slug in question_details:
460460
continue
461461
detail = spider.get_question_detail(
462462
slug, retry=4

0 commit comments

Comments
 (0)