资源共享吧|易语言论坛|逆向破解教程|辅助开发教程|网络安全教程|www.zygx8.com|我的开发技术随记's Archiver
首页
›
『有问必答』
› python报错 asyncio
Dmagic
发表于 2020-7-25 10:44:12
python报错 asyncio
RuntimeWarning: coroutine 'startscan' was never awaited
startscan(ip)
RuntimeWarning: Enable tracemalloc to get the object allocation traceback
Mr.w
发表于 2020-7-28 21:02:43
await startscan(ip)
async 函数需要使用 await 来切换
页:
[1]
查看完整版本:
python报错 asyncio