Skip to content

Commit

Permalink
暂时不检查闪断更新
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhaoZuohong committed Jul 25, 2024
1 parent 3a4634e commit ad6fb6e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arknights_mower/solvers/base_schedule.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
from arknights_mower.utils.graph import SceneGraphSolver
from arknights_mower.utils.image import cropimg, loadres, thres2
from arknights_mower.utils.log import logger
from arknights_mower.utils.news import get_update_time
from arknights_mower.utils.operators import Operator, Operators
from arknights_mower.utils.plan import PlanTriggerTiming
from arknights_mower.utils.recognize import Recognizer, Scene
Expand Down Expand Up @@ -711,7 +710,6 @@ def infra_main(self):
self.error = True
self.planned = True
elif not self.todo_task:
get_update_time()
if (
self.enable_party
and (
Expand Down

0 comments on commit ad6fb6e

Please sign in to comment.