Skip to content

Commit

Permalink
fix: script
Browse files Browse the repository at this point in the history
  • Loading branch information
yanglbme committed Nov 25, 2024
1 parent a14c0f2 commit 99e046d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solution/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ def run():
except:
slug = q["titleSlug"]
qid = int(q["frontendQuestionId"])
if slug in question_details and qid < 3300:
if slug in question_details:
continue
detail = spider.get_question_detail(
slug, retry=4
Expand Down

0 comments on commit 99e046d

Please sign in to comment.