🔥🔥 废弃该脚本,综合到"好游快爆浇水爆米花任务.py"
This commit is contained in:
parent
c1a5b0eb29
commit
817165d7e3
18
hykb.py
18
hykb.py
@ -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()
|
||||||
|
|||||||
@ -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")))
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user