loop = asyncio.new_event_loop() asyncio.set_event_loop(loop) response.content ... we need to give this coroutine to an event loop which will run it loop ...
確定! 回上一頁