Skip to content

Commit

Permalink
🩹 Change Cloud Game Sign Job Time to 05:01
Browse files Browse the repository at this point in the history
  • Loading branch information
omg-xtao committed Dec 10, 2024
1 parent d875bc3 commit df53adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/jobs/cloud_game_sign.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class SignJob(Plugin):
def __init__(self, sign_system: CloudGameHelper):
self.sign_system = sign_system

# @job.run_daily(time=datetime.time(hour=0, minute=1, second=0), name="CloudGameSignJob")
# @job.run_daily(time=datetime.time(hour=5, minute=1, second=0), name="CloudGameSignJob")
async def sign(self, context: "ContextTypes.DEFAULT_TYPE"):
logger.info("正在执行云游戏自动签到")
await self.sign_system.do_sign_job(context, job_type=SignJobType.START)
Expand Down

0 comments on commit df53adb

Please sign in to comment.