Skip to content

Commit

Permalink
fix:提示优化
Browse files Browse the repository at this point in the history
  • Loading branch information
Hobr committed Jul 9, 2024
1 parent a171924 commit 48d1683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/Task/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ def AutoSleepInterval(self) -> None:
sleepTime = self.availableSchedule[i + 1][1]
break

logger.info(f"【等待余票】票仓可能出票, 请求间隔将自动调整至{sleepTime:.2f}秒")
logger.info(f"【创建订单】票仓可能出票, 请求间隔将自动调整至{sleepTime:.2f}秒")
sleep(sleepTime)

# 常规试探
Expand Down

0 comments on commit 48d1683

Please sign in to comment.