Skip to content

Commit

Permalink
Update explore_hard_task.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pur1fying committed Feb 1, 2024
1 parent 5c98a3a commit da52386
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions module/explore_hard_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -333,8 +333,6 @@ def get_explore_hard_task_data(st, need_sss=True, need_task=True, need_present=T
continue
if temp.count('sss') > 1 or temp.count('present') > 1 or temp.count('task') > 1 or not temp[0].isdigit():
continue
if int(temp[0]) < 6 or int(temp[0]) > 16:
continue
if temp[0].isdigit() and temp[1].isdigit(): # 指定关卡
tt = ''
if len(temp) == 2:
Expand Down

0 comments on commit da52386

Please sign in to comment.