Skip to content

Commit

Permalink
导入record时不运行get_work_rest_ratios
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhaoZuohong committed Nov 21, 2023
1 parent 2ac5af3 commit 082b8d1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions arknights_mower/solvers/record.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,9 +214,3 @@ def calculate_time_difference(start_time, end_time):
end_datetime = datetime.strptime(end_time, time_format)
time_difference = end_datetime - start_datetime
return time_difference.total_seconds()


def __main__():
get_work_rest_ratios()

__main__()

0 comments on commit 082b8d1

Please sign in to comment.