Skip to content

Commit

Permalink
改为debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Shawnsdaddy committed Oct 6, 2024
1 parent 0bc2bee commit 60df4ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arknights_mower/utils/scheduler_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ def try_add_release_dorm(plan, time, op_data, tasks):
if not waiting_list:
break
agent = op_data.operators[value.name]
logger.info(str(value))
logger.debug(str(value))
if not v.is_high() and (
agent.current_mood() >= agent.upper_limit
or (value.time is not None and value.time < datetime.now())
Expand Down

0 comments on commit 60df4ff

Please sign in to comment.