🔥🔥 废弃该脚本,综合到"好游快爆浇水爆米花任务.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 return info
if __name__ == '__main__': # if __name__ == '__main__':
threads = [] # threads = []
for cookie_ in Hykb_cookie: # for cookie_ in Hykb_cookie:
hykb = HaoYouKuaiBao(cookie_) # hykb = HaoYouKuaiBao(cookie_)
thread = threading.Thread(target=hykb.sgin) # thread = threading.Thread(target=hykb.sgin)
threads.append(thread) # threads.append(thread)
thread.start() # thread.start()
for thread in threads: # for thread in threads:
thread.join() # thread.join()

View File

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