My Python code returns unwanted response instead of it returning the programmed response and also says unable to close a running loop

后端 未结 0 992
醉梦人生
醉梦人生 2020-11-29 20:21

My unedited code is


import aiohttp
import asyncio


async def get_response(query):
    async with aiohttp.ClientSession() as ses:
        async with         


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