diff options
| author | bozo.kopic <bozo@kopic.xyz> | 2022-08-29 14:07:55 +0200 |
|---|---|---|
| committer | bozo.kopic <bozo@kopic.xyz> | 2022-08-29 14:07:55 +0200 |
| commit | 6a76aa69d86be9515418424305687d0fec6eaed6 (patch) | |
| tree | 5535b8dccfe0eb28e27206e35b7da60a8a072a46 /src_py | |
| parent | ff005752d83988b1a6b317dead17cfa7abf95124 (diff) | |
requirements update
Diffstat (limited to 'src_py')
| -rw-r--r-- | src_py/opcut/main.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src_py/opcut/main.py b/src_py/opcut/main.py index 58b3060..28bb49e 100644 --- a/src_py/opcut/main.py +++ b/src_py/opcut/main.py @@ -191,9 +191,9 @@ def server(host: str, finally: await aio.uncancellable(server.async_close()) - loop = aio.init_asyncio() + aio.init_asyncio() with contextlib.suppress(asyncio.CancelledError): - aio.run_asyncio(run(), loop=loop) + aio.run_asyncio(run()) if __name__ == '__main__': |
