BBScan
BBScan copied to clipboard
Python > 3.10* loop 需要修改
RT loop = asyncio.get_event_loop() 改为 loop = asyncio.new_event_loop()
感谢,我稍后看看