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