diff --git a/miuitask_batch.py b/miuitask_batch.py index a3ce49e..cd265e3 100644 --- a/miuitask_batch.py +++ b/miuitask_batch.py @@ -20,7 +20,6 @@ class MIUITaskQinglong: """MIUI自动任务分批运行版""" # ==================== 用户配置区域 ==================== - # 可直接修改以下参数,无需设置环境变量 ENABLE_BATCH_MODE = "true" # 是否启用分批处理,"false"=一次处理所有账号 DEFAULT_BATCH_SIZE = 5 # 每批处理账号数量,建议5-10 DEFAULT_BATCH_DELAY = 5 # 批次间延迟秒数,建议5-10