Python code gets stuck with AsyncIO tasks

后端 未结 0 1883
走了就别回头了
走了就别回头了 2021-02-03 10:28

I have the following code:

#!/usr/bin/env python
import asyncio
import websockets
import cfscrape
import json

async def test():
    while True:
        for x in          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题