瀏覽代碼

[Test] Fix dummy http server on python 3.6

tags/3.8.0
Andrew Lewis 6 月之前
父節點
當前提交
8d30056088
共有 1 個檔案被更改,包括 2 行新增1 行删除
  1. 2
    1
      test/functional/util/dummy_http.py

+ 2
- 1
test/functional/util/dummy_http.py 查看文件

@@ -141,4 +141,5 @@ async def main():
await asyncio.Event().wait()

if __name__ == "__main__":
asyncio.run(main())
loop = asyncio.get_event_loop()
loop.run_until_complete(main())

Loading…
取消
儲存