Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): Make sure aiohttp >= 2.3.2
To avoid this bug on some machines: Traceback (most recent call last): [...] web.run_app(app, sock=sock, access_log=logger) [...] host, port = sock.getsockname() ValueError: too many values to unpack (expected 2) See a better description at aio-libs/aiohttp#2431
- Loading branch information