Skip to content

Commit 21e2e38

Browse files
committed
fix: update
1 parent 9edb929 commit 21e2e38

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

0 commit comments

Comments
 (0)