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