🔥🔥 废弃该脚本,综合到"好游快爆浇水爆米花任务.py"

This commit is contained in:
echo 2024-10-07 23:02:38 +08:00
parent c1a5b0eb29
commit 817165d7e3
2 changed files with 12 additions and 12 deletions

18
hykb.py
View File

@ -246,12 +246,12 @@ class HaoYouKuaiBao:
return info
if __name__ == '__main__':
threads = []
for cookie_ in Hykb_cookie:
hykb = HaoYouKuaiBao(cookie_)
thread = threading.Thread(target=hykb.sgin)
threads.append(thread)
thread.start()
for thread in threads:
thread.join()
# if __name__ == '__main__':
# threads = []
# for cookie_ in Hykb_cookie:
# hykb = HaoYouKuaiBao(cookie_)
# thread = threading.Thread(target=hykb.sgin)
# threads.append(thread)
# thread.start()
# for thread in threads:
# thread.join()

View File

@ -329,6 +329,6 @@ async def main():
await run_all_tasks(hykb_cookie)
if __name__ == '__main__':
asyncio.run(main())
send_notification_message_collection("好游快爆活动奖励领取通知 - {}".format(datetime.now().strftime("%Y/%m/%d")))
# if __name__ == '__main__':
# asyncio.run(main())
# send_notification_message_collection("好游快爆活动奖励领取通知 - {}".format(datetime.now().strftime("%Y/%m/%d")))