:cron: 更新浇水爆米花任务

- 修改任务名称为"好游快爆"
- 调整任务执行时间,每天午夜和中午
-移除不必要的睡眠时间
This commit is contained in:
liulong 2024-11-04 10:32:15 +08:00
parent de83ae1a69
commit 548d4eb2fa

View File

@ -5,8 +5,8 @@
# @EditTime 2024/10/7 # @EditTime 2024/10/7
""" """
变量Hykb_cookie 变量Hykb_cookie
corn: 0 0 0 * * * corn: 0 0 0,12 * * *
const $ = new Env('好游快爆浇水爆米花任务'); const $ = new Env('好游快爆');
""" """
import asyncio import asyncio
import os import os
@ -380,7 +380,7 @@ class HaoYouKuaiBao:
:return: :return:
""" """
await self.do_small_game_task(recommend_task) await self.do_small_game_task(recommend_task)
await asyncio.sleep(10) # await asyncio.sleep(10)
await self.receive_small_game_reward(recommend_task) await self.receive_small_game_reward(recommend_task)
async def run_task(self): async def run_task(self):